Remote Debugging Server Side of a Web Application with Visual Studio 2008

后端 未结 2 1547
故里飘歌
故里飘歌 2021-02-06 05:20

So, I\'ve read that it is not a good idea to install VS2008 on my test server machine as it changes the run time environment too much. I\'ve never attempted remote debugging wi

2条回答
  •  心在旅途
    2021-02-06 05:59

    Visual Studio comes with a remote debugger that you can run as an exe on your server. It works best if you can run it as the same domain user as your copy of visual studio. You can then do an attach to process from the debugger on your machine to the IIS process on the server and debug as if it was running on your machine. You get more options for .Net debugging, but there's support for older platforms too.

提交回复
热议问题