Remote ASP.NET debugging: Access denied

  • Thread starter Thread starter Nils Magnus Englund
  • Start date Start date
N

Nils Magnus Englund

Hi!

I'm trying to debug my Web application on another server. I'm logged on with
a domain user, and I'm a member of the servers local "Administrator" and
"Debugger Users" groups. Still, when I'm in VS.NET and start the web
application with debugging, I get "Unable to start debugging on the web
server. Access is denied.".

The "Machine Debug Manager" is running on the server.

I've found hundreds of references to this specific problem on Google, but
they don't mention a solution which works for me. I also have Windows XP SP2
installed, which very well may have something to do with it...

Any ideas?


Sincerely,
Nils Magnus Englund
 
Just a thought....

Did you recently install vs 2005? If so, you need to go to IIS and change
the asp.net version back to 1.14 (or whatever the number is, not 2.x) for
the websites you want to debug. It's a tricky problem with not a lot of
info out there...
 
Eric said:
Did you recently install vs 2005? If so, you need to go to IIS and change
the asp.net version back to 1.14 (or whatever the number is, not 2.x) for
the websites you want to debug. It's a tricky problem with not a lot of
info out there...


Hi Eric,

No, unfortunately, that's not it... The software setup is quite basic:

Server:
Windows Server 2003
IIS 6.0
..NET 1.1

Client:
Windows XP Professional
Visual Studio .NET Professional (2003)
..NET 1.1



Sincerely,
Nils Magnus Englund
 
Back
Top