RE: Remote debug



Hi Denny.

Well, I'm happy to say that you're most of the way there, since you were
able to connect to the remote machine and list the processes. Given that
you were able to do that, I imagine that you've already added yourself to
the Debugger Users group on the remote machine. What you're probably
running into now is a permissions problem with that specific process - you
are only allowed to debug processes running as yourself if you lack
Administrator privileges. Make yourself an Administrator and you should be
able to debug that process.

Hopefully that helps! Let me know if you have any more problems.

Thanks,
Scott Nonnenberg
Program Manager
Visual Studio Debugger


--------------------
>Subject: Remote debug
>Date: Fri, 18 Mar 2005 01:11:07 -0800
>
>Hi all,
>I need to do the remote debug of my application on a remote machine.
>This is the first time that I do this, so I could mistake...
>I opened the window "Attach to process" from Tools, then I connected to
the
>remote machine. I've selected the process and the type of code to debug
>(CLR), afterward I get follow error: "Unable to connect to the process.
>Access denied".
>
>Does it an authorizations problem?
>Otherwise, is there another way to do the remote debug?
>
>Thanks a lot
>denny
>

.



Relevant Pages

  • Re: Remote debug
    ... The Microsoft Office Web Components Black Book with .NET ... "Denny" wrote in message ... > I need to do the remote debug of my application on a remote machine. ...
    (microsoft.public.dotnet.general)
  • Remote debug
    ... I need to do the remote debug of my application on a remote machine. ... This is the first time that I do this, so I could mistake... ...
    (microsoft.public.dotnet.framework)
  • Remote debug
    ... I need to do the remote debug of my application on a remote machine. ... This is the first time that I do this, so I could mistake... ...
    (microsoft.public.dotnet.general)
  • RE: Remote Debugger: Unable to start program error
    ... While attempting to remote debug I'm receiving the following erron on the ... I have msvsmon setup on my remote machine with authentication turned on and ... permissions set to allow me to debug from my host. ... click on the exe on the remote machine and it runs. ...
    (microsoft.public.vsnet.debugging)
  • Remote debug
    ... I need to do the remote debug of my application on a remote machine. ... This is the first time that I do this, so I could mistake... ...
    (microsoft.public.dotnet.framework.clr)

Loading