Re: web server debug error
Quote:
Originally posted by JonathanSchmidt
I have a project that I am trying to run from a server. When I attempt this, I get an error :
Error while trying to run project : Unable to start debugging on the web server. Would you like to disable future attempts to debug ASP.NET pages for this project?
Seen it happen if the folder the app is in isn't a web folder(virtual folder I believe they call it)
In Administrative Tools.....Open "Internet Services Manager". Then find the folder on the left. If it's a regular folder(you'll notice the difference), Right click and select "Properties". In the dialog box, click the "Create" button. Then click ok and try again.
John