K
Kevin
I've been unable to debug a .NET web application with Visual Studio.
Every time I try to run it, I get the 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.
I know there are several posts from users who experienced the same
problem, but none of the solutions are working for me. Based on
information I read in previous posts, the gotdotnet and microsoft
websites, as well as VS help, I have tried the following things:
-Added new account ASPNET and ensured that process aspnet_wp.exe is
running.
-Verified that web.config is properly formed with no syntax errors and
has the debug attribute set to true.
-Reinstalled the dotnet framework
-Verified IIS security settings and gave the web application a name in
the Properties dialog box for the application.
I'm running Windows XP Pro with IIS 5.1. If anyone has any other
suggestions on how to resolve the problem, please let me know.
Thanks,
Kevin
Every time I try to run it, I get the 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.
I know there are several posts from users who experienced the same
problem, but none of the solutions are working for me. Based on
information I read in previous posts, the gotdotnet and microsoft
websites, as well as VS help, I have tried the following things:
-Added new account ASPNET and ensured that process aspnet_wp.exe is
running.
-Verified that web.config is properly formed with no syntax errors and
has the debug attribute set to true.
-Reinstalled the dotnet framework
-Verified IIS security settings and gave the web application a name in
the Properties dialog box for the application.
I'm running Windows XP Pro with IIS 5.1. If anyone has any other
suggestions on how to resolve the problem, please let me know.
Thanks,
Kevin