Can anybody help me with remote debug?

  • Thread starter Thread starter brett
  • Start date Start date
B

brett

When I setup a remote debug env to attach the process "w3wp.exe", I
always get the following error message "An msvsmon.exe that supports
SQL attach wasn't found on "RemoteServerName". SQL attach aborted."
How could I solve it? Thanks in advance.
 
Faced same issue.
Did not find the cause but a WAR.
Remove all BreakPoints
Rebuild Solution.
Dump Binaries.
Now when trying to find server name ,try refreshing to a Server name that does not exist.
It will fail.
Now try Connecting to desired server name.


should work!
 
Back
Top