开发者

Deploying .NET application through RDP

开发者 https://www.devze.com 2023-01-26 12:55 出处:网络
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 machi

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 ser开发者_JAVA百科ver 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!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号