One Click Publish - is it suitable for publishing to production environment

73 Views Asked by At

One Click Publish - is it suitable (eg safe to use) for publishing a small/medium web application to a production server?

If it is not, what is it good for?

1

There are 1 best solutions below

1
On

I've used click once publishing for a smart client application, so that users can download updates to the application on startup. I don't think click once is the best option for a web application, because it's more for consuming application updates, rather than deployments. Using web deploy (MS deploy tool) or even just even using copy/paste is more for publishing a production application.