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: 613

Filed under:
|
|

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.

  1. In VS, publish the smart-client application into a localhost directory
  2. 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

Related posts about clickonce

Related posts about .NET