Logo 
Search:

C# Forum

Ask Question   UnAnswered
Home » Forum » C#       RSS Feeds

Error while trying to run project: Unable to start debugging on the web server.

  Asked By: Waldemar    Date: Oct 29    Category: C#    Views: 2043
  

I am getting following error message.

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: Vidos Fischer     Answered On: Oct 29

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: