| Doc Type | Tips & Tricks |
| Email Setting | Make Public |
| Email Address | steve dot robinson at notes411 dot com |
| Keep informed? | Yes |
| Author | Steven Charles Robinson |
| Company Name | Notes411 |
| Category | NET, Debugging |
| Modified | 12/09/2006 22:11:31 |
| Subject | Error while trying to run project: Unable to start debugging on the web server.Click help for more information. |
When trying to debug an newly created Web
Application in Visual Studio 2003 you get the error. The Web Application
is running locally.
Error:
Error while trying to run project: Unable
to start debugging on the web server.
Click help for more information.
Solution:
If you have recently installed Visual Studio
2005, then the default ASP.NET version will now be set to 2.0. This means
a Web Application created in Visual Studio 2003 (uses .NET Framework 1.1)
will not debug until you change the application properties using IIS Management
snap-in.
|