Could anyone help me with this annoying problem, I am trying to use Visual Studio 2005 to remote debug an application.
This is the output from the Msvsmon console
26/11/2010 08:59:24 Msvsmon started a new server named 'shhh@KEEPITQUIET'. Waiting for new connections.
26/11/2010 09:06:19 Msvsmon started a new server named 'KEEPITQUIET:4015'. Authentication is disabled. Waiting for new connections.
26/11/2010 09:06:19 WARNING: No authentication mode is not a secure way to debug your application.
26/11/2010 09:09:04 chris huang-leaver connected.
From my dev box, it looks like I have connected and the VS is trying to retrieve the process list, but it does nothing for almost five minutes then gives me this error;
Unable to connect to '123.123.123.123' The Microsoft Visual Studio Remote Debugging
Monitor is either not running on the remote server or is running in Windows authentication mode.
As you can see from the console messages, neither of the two statements can be true.
The remote app is running Windows 2003 Server, by dev box is Windows 7
Many thanks in advance