Click to See Complete Forum and Search --> : How to make a Web Server


farooqi123
07-19-2005, 04:51 AM
I want to make a local web server to write some ASP/ASP.Net application. I have installed IIS from Control Panel, I have installed .Net Framework and Visual Studio.Net (to write ASP.Net applications). Is this enough to make a webserver or I have to do some thing else...

I have tried to to write simple ASP code and it is working, but when I made an ASP.Net application using Visual Studio.Net then the following error was raised

'Error while trying to run the project: Unable to start debugging on the web server.'

Can anybody help me how to remove this error, THANK U

A1ien51
07-19-2005, 01:19 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtbshttpservererrors.asp

Eric