1. Run the Visual Studio Remote Debugging monitor tool on server machine i.e msvsmon.exe. It is present at C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\x86. The Remote Debugging tool (Msvsmon.exe) is a small windows based application that Visual Studio uses for remote debugging. After launching this you will see the following screen:
Configure Authentication Mode
Configuration of msvsmon tool is very easy. The main configuration is involves with the authentication mode. Msvsmon support two types of authentication
Windows AuthenticationNo-Authentication
"No-Authentication". As this debugging mode is not at all secure, so it should be used only on secure network.3. Attache Process from client machine i.e your local machine by going through Tools->Attach Process and link with the remote debugger process (w3wp.exe). If you have more than one application pool, you can figure out your application pool by using following command:

