| Doc Type | Tips & Tricks |
| Email Setting | Make Public |
| Email Address | steve dot robinson at notes411 dot com |
| Keep informed? | Yes |
| Author | Steve C Robinson |
| Company Name | Notes411 |
| Category | .NET, Web Application, Error |
| Modified | 06/09/2006 15:03:24 |
| Subject | 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 is no syntax errors in the web.config by doing a Debug.Start without Debugging. You also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. |
Problem:
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 is no syntax errors in the web.config by doing a Debug.Start without
Debugging. You also want to refer to the ASP.NET and ATL Server debugging
topic in the online documentation.
Solution:
Your project may be inside the folder of
another project and does not have a starting point. Create an Application
starting point four your web application.
|