Logo 
Search:

C# Forum

Ask Question   UnAnswered
Home » Forum » C#       RSS Feeds

Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP

  Asked By: Norma    Date: Dec 01    Category: C#    Views: 2668
  

I am getting following error.

Error Message:
Dot Net 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.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Verner Fischer     Answered On: Dec 01

Description: 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."

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

Solution:
Check Extensible Markup Language (XML) in the Web.config file is valid and well formed.

 
This post is locked for further answers.




Tagged: