Debugging ASP.NET as a power user

  • Thread starter Thread starter Richard Fennell
  • Start date Start date
R

Richard Fennell

Am trying to do ASP.NET development on my XP Prof. box logged in as a power
user (not the administrator I used to be).

As an admin user all is OK.

But as a power user, I have made sure my account to the power user,
debugging user and vs developers and all seems OK bar debugging ASP.NET.

I get an access denied error that I cannot connect the debugger. The help
informs that it is probably due the ASPNET work process not being the right
account to allow a non admin user to connect.

Is there a recommended way to setup a local development IIS/ASPNET server
for debugging work my a local power user? e.g change the process account,
start VS.NET with different creditents

Richard
 
Back
Top