After following all the above instructions, I continue to experience an error when attempting to debug the Windows 2008 IIS remote server w3wp.exe process.
See error below.
---------------------------
Microsoft Visual Studio
---------------------------
Unable to attach to the process. The Visual Studio Remote Debugger (MSVSMON.EXE) has insufficient privileges to debug this process. To debug this process, launch the remote debugger using 'Run as administrator'. If the remote debugger has been configured to run as a service, ensure that it is running under an account that is a member of the Administrators group.
---------------------------
OK
---------------------------
Performed the following steps:
Start VS 2008 remote debugger as local admin account.
Login to VS2008 client as local admin account. Using same exact username and password as remote server.
Successfully able to connect to the remote server and list all running process.
Error obtained after attempting to attach to the w3wp.exe process.
Please advise.