Deployment process
Posted
by Balaji
on Stack Overflow
See other posts from Stack Overflow
or by Balaji
Published on 2010-04-22T17:47:31Z
Indexed on
2010/04/22
17:53 UTC
Read the original article
Hit count: 151
deployment
|process
We are having a massive system having around 15 servers hosting .Net WCF services, mvc application etc. When we do a deployment (out of office hours) we have to uninstall and install everything on the live servers. This takes lot of time and if something goes wrong we have to rollback everything. can you please suggest something different to this? like Deply into a other environment (whenever you like) and switch the URL to point to new servers [This comes with the overhead of cost of maintaining 2 copies of production (active and passive)]
any other ideas please.
© Stack Overflow or respective owner