what is the best way to remote debugging .NET on server without install VS?
+8
A:
You don't need to install all of VS on the remote server. The VS installation disc contains a directory called Remote Debugger, which has two folders (x64 and x86) that contain the set-up application for the specific platform. This installs the remote debugging monitor (msvsmon.exe).
Of course, you'll still need Visual Studio on your local machine.
Scott Ferguson
2009-04-24 02:50:39
when i do remote debug website on server, it really slow.so what is the best way?
tiny
2009-04-24 02:55:53
Try to reproduce it locally. See if you can change your client applications to point to a locally running server, rather than remote server debugging.
Scott Ferguson
2009-04-24 02:58:46
i try locally it works fine. on the server has problem so i try to remote debug.
tiny
2009-04-24 03:09:23