Debug permissions

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

All of a sudden my VB2003 won't let me enter debug mode. When I try to
compile in debug mode, I get the following error. Otherwise, the code
compiles in Release mode, runs, I can modify it....but I can't debug.

The dialog box that comes up says "Error while trying to run project: Unable
to start debugging on the web server. You do not have permissions to debug
the server. Verify that you are a member of the 'Debugger User's group on
the server."

I did that. I am listed on the local web server.

Any clues gratefully accepted.
 
Dan said:
All of a sudden my VB2003 won't let me enter debug mode. When I try to
compile in debug mode, I get the following error. Otherwise, the code
compiles in Release mode, runs, I can modify it....but I can't debug.

The dialog box that comes up says "Error while trying to run project: Unable
to start debugging on the web server. You do not have permissions to debug
the server. Verify that you are a member of the 'Debugger User's group on
the server."

I did that. I am listed on the local web server.

Any clues gratefully accepted.

add that group to your machine in control panel -- users while logged in as
administrator
 
Back
Top