Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

PRB: "Unable to Start Debugging" Error Message When You Send Debug HTTP Request


View products that this article applies to.

Symptoms

When you debug an ASP.NET application in Visual Studio .NET, you may receive the following error message:
Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start without debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project?

↑ Back to the top


Cause

This problem can occur if there are syntax errors in the ASP.NET application's Web.config file.

↑ Back to the top


Resolution

To resolve this problem, make sure that all of the Extensible Markup Language (XML) in the Web.config file is valid and well formed. Also, remember that everything in Web.config is case-sensitive.

↑ Back to the top


Keywords: kbconfig, kbdebug, kberrmsg, kbprb, kbweb, KB306163

↑ Back to the top

Article Info
Article ID : 306163
Revision : 8
Created on : 7/8/2003
Published on : 7/8/2003
Exists online : False
Views : 492