Hi,
You get this error "Unable to start debugging on the webserver. the project is not configured for debugging" occasionally when your aspnet account doesnt have debug permissions.
This can happen, if the vs.net installation was not made properly or some reasons when the aspnet account fails to have the necessary rights.
To resolve this, re-register the aspnet account with the IIS, by typing the following command from the command prompt:-
%windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
Note: Change the v1.1.4322 to v1.0.3705 if you are using .net 1.0 version. This should resolve the problem.
I have been receiving various queries regarding different versions of this error “Unable to start debugging...“. This error appears due to many reasons other than the above mentioned.
For a complete list of solutions, please check http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebug.asp
posted @ Monday, April 25, 2005 7:36 AM