Frustrated: Can't Debug ASP.NET Project

D

Dan

I get nothing but problems when trying to debug an ASP.Net project on our
development server (I can debug projects locally on my computer fine). It
keeps giving me this error when trying to debug on the server:

"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 Users' group on the server.
Would you like to disable future attempts to debug ASP.NET pages for this
project?"

Here's what's weird, I was able to debug yesterday (after adding myself to
the 'Debugger Users' group on the server and rebooting the server). I'm
still in the 'Debugger Users' group today, yet I get this error. No one has
messed with the ASP.NET project, as I am the only one working on it. We
just did the Microsoft Critical Updates to the server late yesterday, could
this have thrown anything off? If so, what?

I already tried everything the .Net help recommended, but to no avail.

Any ideas?

Thanks for any help you can provide.
Dan
 
K

Ken Cox [Microsoft MVP]

Just checking whether you happened to have answered incorrectly to that
stupid debugging prompt....

Go to your project > Properties > Configuration Properties > Debugging

Check at the bottom that ASP.NET debugging is still enabled.

Also, make sure that the DEBUG verb is still recognized on the server. Maybe
something was made "too secure" by the patch?
 
D

Dan

Thanks for the response.

The option to enable ASP.NET debugging is still checked.

I'm not sure what you mean by DEBUG verb, could you elaborate?

Also, it shouldn't matter whether I'm accessing the files through file
share, or Frontpage extensions should it?

Thanks,
Dan
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top