can't debug ASP.NET app after upgrading to VS.NET 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just upgraded my VS.NET 2002 to VS.NET 2003.

I converted an old ASP.NET web application (a C# project), which was created in VS.NET 2002, to VS.NET 2003. Everything seems to go smoothly, but I can't debug anymore!? The message is
"Error while trying to run project: Unable to start debugging
ASP debugging is disabled because the ASP process is running as a user that does not have debug permissions.

The environment I have is
- Windows 2000 (can't be changed because of company policy
- IIS 5.0 as web server, which is on the same machine as VS.NET at this point

I've checked all the places I can think of, such as
- Enable ASP.NET Debugging in my VS.NET project property
- Directory Security in IIS web propert
- Debug programs in Local Security Polic

Any idea

Thanks in advanced
SXL
 
Have you set the Debugging Flags on IIS?

Enable ASP server-side & client-side script debugging.



If you have the debugging flags set you can try uninstalling IIS then
install the .Net Framework then re-install IIS.



Brian K. Williams

Reaction Labs

SXL said:
I just upgraded my VS.NET 2002 to VS.NET 2003.

I converted an old ASP.NET web application (a C# project), which was
created in VS.NET 2002, to VS.NET 2003. Everything seems to go smoothly,
but I can't debug anymore!? The message is:
"Error while trying to run project: Unable to start debugging.
ASP debugging is disabled because the ASP process is running as a user
that does not have debug permissions."
 
Back
Top