how can user debug asp.net program in vs.net 2003?

  • Thread starter Thread starter Meatball.Li
  • Start date Start date
M

Meatball.Li

A program can be debug by administrator, but when I run the program as a user,
the vs.net 2003 tell me that I don't have the privilege to debug this web server
process.

I have modified machine.config and Temporary ASP.net Files directory as msdn
said.

Is there anything else I have to do to debug my program under user privilege?
 
There were additional permissions needed to the user if not admin. VS.NET
developers and debugger users.
 
There were additional permissions needed to the user if not admin. VS.NET
developers and debugger users.

thank u for your answer, the problem is solved.

I have added my user into vs developers and debugger users group before, and I
once add my user into administrator group, then when I delete the user from
administrator group, vs.net can't debug asp.net, this morning I reset the
privilege of my account, delete it from debugger users and vs developers then
add them again, the problem disappeared.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top