debbuging Problem

  • Thread starter Thread starter Linda
  • Start date Start date
L

Linda

I'm getting the following error when trying to debug a asp.net program.
I have domain user rights and belong to the local "Debugger Users" and "VS
Developers" groups.
I do NOT have administrator privileges on this machine.
It will work if I do have administrator rights, But this is something we
don't want to have to do.

Any Ideas?

"Error while trying to run project:
Unable to start debugging on the web server
Access is Denied"

Thanks for any help
Linda
 
If you are not running as an administrator, you need to run the ASP.NET
process (aspnet_wp.exe) using your domain account's credentials rather than
the default MACHINE\ASPNET. On XP (and presumably 2000 as well) you have to
enter your credentials in machine.config to do this.
 
Did you restart IIS after you made this change? To verify that you are
running under your login, review the User Name associated with aspnet_wp in
the Windows Task Manager.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
 
Back
Top