ASP 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 provider further
information:
Resolution:
Add in
web.config:
<system.web>
<compilation debug="true"/>
</system.web>