ClickOnce deployment to production
Posted
by gilbertc
on Stack Overflow
See other posts from Stack Overflow
or by gilbertc
Published on 2010-02-24T18:02:29Z
Indexed on
2010/03/09
9:21 UTC
Read the original article
Hit count: 669
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?
© Stack Overflow or respective owner