How to update clients which access a windows service on a remote server?
Update involves updating the binary and quite a few libraries. Please advise if this is possible by tweaking just the server side? Maybe, if I could just send a message with a link for the updates. Cu开发者_JS百科rrently, There is no provision
It uses a tcp channel configuration to communicate.
It's possible, but if it's not built-in to the application already you'll need to add it.
IMO, the fastest way to do so would be to switch your client application over to a click-once deployment scheme (if this is a .NET 3.0 or later WinForms/WPF application). There may be some security ramifications if it's not built/configured/deployed in just the right manner though.
精彩评论