I'm trying to debug my web application on my localhost machine in Visual Studio 2010 and I keep getting this error: "unable to start debugging on web server. The Microsoft Visual Studio remote debugging monitor(MSVSMON.exe) does not appear to be running
on the remote computer."
Is there a way I can turn this off as I'm not trying to make any attempts debugging remotely.
moneka
Member
31 Points
65 Posts
How to turn off Remote Debugging vs2010
Mar 07, 2011 09:27 PM|LINK
Hi,
I'm trying to debug my web application on my localhost machine in Visual Studio 2010 and I keep getting this error: "unable to start debugging on web server. The Microsoft Visual Studio remote debugging monitor(MSVSMON.exe) does not appear to be running on the remote computer."
Is there a way I can turn this off as I'm not trying to make any attempts debugging remotely.
Thanks for your help!
Moneka
duttavr
Contributor
4035 Points
1079 Posts
Re: How to turn off Remote Debugging vs2010
Mar 08, 2011 03:35 AM|LINK
These may help you.
MSDN - How to: Run the Remote Debugging Monitor
MSDN - How to: Set Up Remote Debugging
Please Mark as Answer, if it answers you, also correct me if I'm wrong.