ClickOnce deployment to production
- by gilbertc
Our smart-client application is deployed using the ClickOnce. Our production site is hosted on 2 separate web servers, and they are pointed from the same domain-name (for load-balancing). Here is what we do when we push updates to the production.
In VS, publish the smart-client application into a localhost directory
Copy/Paste the directory to the webservers
The deployment address from VS is localhost while it is being used in some other production website. Is that a proper way to deploy smart-client applications?