We’ve currently switched over from Windows XP to Vista AND Visual Studio 2003 to 2005. Now when I try to debug an application that was converted I get an error:
“Unable to start debugging on the web server. The web server is not configured correctly. See help for common configuration errors. Running the web page outside of the debugger may provide further information.”
And the reason for this error was that in my
Web.Config
I had
<compilation defaultLanguage="c#" debug="false">
And should have had
<compilation defaultLanguage="c#" debug="true">