2PTTechnology

The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology Sign in | Join | Help
in Search

UNABLE TO START DEBUGGING ON THE WEB SERVER. THE WEB SERVER IS NOT CONFIGURED CORRECTLY

Last post 11-16-2007, 4:03 PM by twaligora. 0 replies.
Sort Posts: Previous Next
  •  11-16-2007, 4:03 PM 89

    UNABLE TO START DEBUGGING ON THE WEB SERVER. THE WEB SERVER IS NOT CONFIGURED CORRECTLY

    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">

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems