c# - Deploy and start .NET service on multiple Windows Server 2012 -
i have service written in c# relies on features in .net 4.5 not yet supported in version of mono, have use windows servers. in other cases deploy network service scp jar/tar/whatever on , ssh on deployment process, , can made part of sh script can distribute wherever. because windows, don't have tools , i'm @ bit of loss how deploy 20 (or more) different servers.
so see there publish process in msvs 2012, seems make use of windows file shares or else i'm supposed send website of kind(???) doesn't has way of starting if figure out how there.
is there product in windows or easier me install ssh server? have remote desktop access, prefer not have deploy manually on them.
thank you!
try using powershell wmi. [this question] (https://superuser.com/questions/337810/how-can-i-remotely-install-or-uninstall-a-service-on-windows-server-2008-r2) discussed approaches install windows service remotely.
Comments
Post a Comment