I'm trying to understand the limitations of ClickOnce deployment, and
have a question regarding how automated client application updates can
be.
I have a server .NET application with a client application that
connects and uses .NET remoting objects in the server app. I need to
be able to deploy updates to the server and/or client, and I hope
ClickOnce will suit my deployment strategy.
My question is, if an update for the client application is available,
can the client applications that are currently connected to the server
application be automatically forced to update?
I'm concerned that ClickOnce will only prompt users to update when the
client application is restarted.
Regards
Boz