all groups > visual studio .net debugging > january 2004 >
You're in the

visual studio .net debugging

group:

Access Denied - Remote Debugging


Access Denied - Remote Debugging Paul Newton
1/11/2004 11:13:59 AM
visual studio .net debugging:
Ok...I know the world gets this error, but I have read
everything I can find and it still isn't fixed:

1) Server: Win2003
2) VS.Net on Win XP Pro
3) MDM.exe is running on server
4) Debugger Users group has all accounts in it
5) Visual Studio group has all accounts in it

The sad part is that this used to work on these boxes.
Now, magically, it stopped working and tells me Access
denied -- yada yada yada -- add your user to the Debugger
Users Group....

Of course, that is all the information it gives us EVEN
THOUGH it should check and see that "hey, he is a member
of the group -- maybe I should give a different
message ??" coding 101 <yes..bitter>.

Ok...so what super secret Microsoft fix is there for this
problem ?

Thanks,
Re: Access Denied - Remote Debugging Habib Heydarian [MSFT]
1/13/2004 5:16:17 AM
I assume that this is for an ASP.NET web application on a remote machine. If
so, can you verify that the user debugging the application is:

- a member of the Administrators group on the remote machine
- a member of the Debugger Users group on the remote machine

Did you recently make any changes, e.g. run the IIS Lockdown Wizard or
install new SP's, etc.?

HabibH.

[quoted text, click to view]

Re: Access Denied - Remote Debugging Ken Varn
1/13/2004 8:56:43 AM
I have had a lot of trials and tribulations with remote debugging. This
problem sounds similar to a problem that I encountered.

You might want to try and check if you currently have an IPC connection to
the remote box under a different user name than the user that you want to
use for debugging.

Run NET USE on the command line to list all of your IPC connections. If
there is one listed for the box you are trying to debug, delete the
connection.

--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
[quoted text, click to view]

AddThis Social Bookmark Button