The project is not configured to be debugged; this error is very common when we try to debug ASP.Net web applications using Visual Studio 2005. Follow these steps to resolve this problem by applying the Integrated Windows Authentication:
Steps for Windows XP IIS 5:
Now you are ready with IIS enabled with Integrated Windows Authentication.
Steps for Windows Vista:
Above steps will install windows authentication mode in IIS.
To enable the Windows Authentication for default web site of IIS 7. Follow these steps:
If above feature of Windows Authentication is not present in your Windows Vista then you can refer the following article to debug the ASP.Net application…
Visual Studio 2005 - How to Start Debugging on the Web Server
See Also:
Visual Studio 2005 and IIS 7 configuration problems - Windows Vista
Unable to Start Debugging on the Web Server
Be the first to rate this post
Tags: windows vista, iis, asp.net, windows authentication, iis settings
8/23/2008 8:56:04 PM