Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote debugging on server

what is the best way to remote debugging .NET on server without install VS?

like image 265
tiny Avatar asked Apr 24 '09 02:04

tiny


1 Answers

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.

like image 95
Scott Ferguson Avatar answered Sep 21 '22 11:09

Scott Ferguson