Link to home
Create AccountLog in
Avatar of williamcampbell
williamcampbellFlag for United States of America

asked on

The Microsoft Vodual Studio Remote Debugging Monitor on the remote computer does not have permission to connect to this computer

I get the following error when I try to remote debug from an XP sp2 machine on a Win 2003 Sp1 Server

"The microsoft visual studio remote debugging monitor on the remote computer does not have
permission to connect to this computer"

I am logged in as administrator on the Win 23k machine and as administrator locally on the xp machine
both are in the same workgroup.

Beend through 4 thoudand setup blogs but none worked .. any ideas?

ASP.net 2.0 C# Web Application
Avatar of williamcampbell
williamcampbell
Flag of United States of America image

ASKER


  Finally solved this one.

  You must have an account on your XP box that has a user AND password the are exactly the same as the NT Server 2003.

So these are the steps then for remote debugging ASP .Nt 2.0 Web Applications

1) Create Account Bob on XP box - log off log on
2) Create Account Bob on Server - log off log on
3) Install ASP.Net 2.0 on Server
4) Install Remote Debugging from the VC 2005 CD on the Server
5) On Server Run msvsmon.exe from C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger\x86
6) On XP turn off your firewall
7) Under XP go to LocalSecuritySettings - LocalPolicies - Security Options - Network Access: Sharing and security model for local accounts - set this to "Classic"

Wooohoo Remote Debugging

I hope this saves you 2 days as that what it took me to figure it out.

Wc
Recommend PAQ and points refund to a charity near you...
ASKER CERTIFIED SOLUTION
Avatar of EE_AutoDeleter
EE_AutoDeleter

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer