Remote ASP.NET debugging: Access denied

  • Thread starter Nils Magnus Englund
  • 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
 
E

Eric

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...
 
N

Nils Magnus Englund

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
 

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

Top