I have several clients that use a web application hosted on a local IIS server in different places. Everyone is currently using version 1.0.
I posted a new version of the application, say version 1.1, zipped and host on an http server in location X.
My application can check if a new version is available or not. Now, what can be done so that v1.0 on the client side can be replaced with a new version, that is 1.1. I want v1.0 to work on the client side, automatically (of course, with the permission of the user) downloads v1.1 from the http server using the Internet, retrieves the file and the host itself on the local IIS server.
Is there any method like ClickOnce for a web application? I created an application using asp.net c #. Any third-party application or sample C # code would be helpful.
source share