3
votes

I work for a company which mainly deploys .NET software on remote windows servers. These servers are reachable only by RDP. It is quite cumbersome to deploy to these, especially, when the target machine sits behind an already remote terminal server. The basic workflow now looks like this:

  • Create deployment package (Setup project for desktop apps, publish option for web) on development machine.
  • Start RDP with the "remote filesystem"-option enabled.
  • Copy app to remote (browsing remote filesystem is a real PITA)
  • Repeat when current server is not target (in case of going through a remote TS)
  • install on target machine

You can see, this is quite tedious. Are you aware of tools/whatever that could speed this up? The remote servers are mostly owned by other companies, so my access is mostly limited there.

Thank you!

1
Take a look at the answer to <a href="stackoverflow.com/questions/1867180">this</a> question.dvdvorle
So that basically means creating power-shell scripts manually? That'd be a bummer, I hoped there would be a better solution.Maximilian Csuk

1 Answers

0
votes

Have you looked at 'Click-Once' - it's not suitable for all types of applications, but works very well where it is suitable.