Autodeploy DLL for remote debugging

Let's say I need to debug a .NET desktop application on a remote machine (msvsmon.exe). How do I need to deploy the modified binaries for real?

I started writing a post-build MSBuild task that copies files to a remote share, everything works fine, but I have a feeling that I am doing something wrong and difficult.

Is there an approach for deploying remote binary servers in Visual Studio?

+3


source to share





All Articles