Follow the guidelines on the MSDN Library:
http://msdn2.microsoft.com/en-us/library/y7f5zaaa.aspx
Gabriel Lozano-Morán
The .NET Aficionado
http://www.pointerx.net
"M O J O" <(E-Mail Removed)> wrote in message
news:7814BB91-4E2F-4FA7-B4E0-(E-Mail Removed)...
> Hi,
>
> I'm trying to debug a remote server using msvsmon.exe.
>
> I've copied the whole folder with msvsmon.exe to the server and runs it
> from
> the server.
>
> But when I attach to the sever vs2005 gives me this error:
>
> "Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor
> named 'xxxxx'. The Microsoft Visual Studio Debugging Monitor on the remote
> computer does not have permission to connect to this computer. Please see
> Help for assistance."
>
> I've looked everywhere on the net, but can't find a solution.
>
> Here's what I've tried:
>
> 1) Turn off firewall on client and server.
>
> 2) Setting security on the Debug folder to everyone have full access.
>
> 3) Setting COM "Anonymous logon" remote and local access to allow.
>
> 4) Set security on the server's msvsmon to allow everyone.
>
> Any idea?????
>
> Thanks!
>
> M O J O