Achieving Zero Downtime Deployment
- by MattW
I am trying to achieve zero downtime deployments so I can deploy less during off hours and more during "slower" hours - or anytime, in theory.
My current setup, somewhat simplified:
Web Server A (.NET App)
Web Server B (.NET App)
Database Server (SQL Server)
My current deployment process:
"Stop" the sites on both Web Server A and B
Upgrade…