Hai all i have designed a website using asp.net.i want it to host it from my own pc using configuring my iis..How i may go about it...
I have done this using wamp server n an html site...but wamp is not supporting .aspx pages...so no other go,,have to configure my iis...
Help me solving this issue..
Loading
Deepak BhatiaPosted Oct 26, 2009, 2:32 AM
Hosting in IIS is very easy.
First of all add a new websetup project, in your V.S now add all your asp pages in it and after this compile the websetup-project.
Now right click on web-setup project in solution explorer and publish the website on the path http://localhost/your-wesitename and you will see your website hosted on IIS.
Kirtan PatelPosted Oct 26, 2009, 12:26 AM
Here is Microsoft's Article About How to Host / Create website on IIS7
take a look
http://technet.microsoft.com/en-us/library/cc772350%28WS.10%29.aspx
if it helps you please check "Do you like this answer" :)
Thank you :)