Error: Unable to Start Debugging on the Web Server

  • Thread starter Thread starter Peter N Roth
  • Start date Start date
P

Peter N Roth

My Hello world app works, but the debugger
doesnt attach to the process automatically on my
local development machine (standalone processor). I
can attach to the aspnet.exe process and debug the
app, but i'd like to avoid that step.

I've verified all the 'Things to Check', and reinstalled
IIS6. Anything else I should 'fix'?
 
If you have gone throught the "Things to check" my suggestion would be to check your machine.config file and see that the process model attribute enable is set to true

Also, is the ASP.NET Worker process running under a correct username and password / account?. You may wish to log the Login / Logoff events, as this has helped me before

Regards
Jonathan Ruckert
 
Hi,

IIRC your user need to be included on the debugger group. no matter if you
are in the administrator group.

Cheers,
 
Thanks Jonathon

machine.config enable = true.

How do I turn the logging on?

--
Grace + Peace,
Peter N Roth
Engineering Objects International
http://engineeringobjects.com


Jonathan Ruckert said:
If you have gone throught the "Things to check" my suggestion would be to
check your machine.config file and see that the process model attribute
enable is set to true.
Also, is the ASP.NET Worker process running under a correct username and
password / account?. You may wish to log the Login / Logoff events, as this
has helped me before.
 
Thanks Ignacio.

i set all the possible users to be members of
'Debugger Users', but no change.
 
Back
Top