Domain users cannot debug.

  • Thread starter Thread starter google
  • Start date Start date
G

google

Setup:
---------
Windows XP Pro SP1 (SP1 is not by my choice).
512MB RAM
3.2Ghz
DotNet v1.1.4322
VS.NET 2003

Issue:
-----------
I cannot debug asp.net apps when logged in as a domain user.
I *CAN* debug ASP.net apps when logged in with an account on the local
machine.

I have added the following users to the "Debugger users" group:
- my local machine user (myuser)
- <domain>\myuser
- aspnet

I have added the same users to the "VS Developers" group.

I have modified machine.config processmodel userName to "SYSTEM"
instead of "machine" per a recommendation on a post I found.

Thanks for any help!
 
I am a local admin. We did solve this problem, but by fixing a
completley seperate problem. We *removed* anonymous access to the
folder and it now works... I believe this is what they did. I will
have to double-check as that sounds odd to me that removing rights
would cause VS.NET to start debugging.

Thanks for the response!
 
Back
Top