views:

101

answers:

1

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
when i do remote debug website on server, it really slow.so what is the best way?
tiny
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
i try locally it works fine. on the server has problem so i try to remote debug.
tiny