Fast swapping of production and staging in IIS
Posted
by Nathan Ridley
on Server Fault
See other posts from Server Fault
or by Nathan Ridley
Published on 2010-06-15T09:37:53Z
Indexed on
2010/06/15
9:42 UTC
Read the original article
Hit count: 385
I'm using IIS 7 on my own dedicated server. Let's say I have two web applications. One points to folder A, and one points to folder B. The first is used for production and the second is for staging. If I want to set up a scenario whereby I upload my aplication to staging, make sure everybody's happy, then swap the folders that each web application points at, thereby putting "staging" live and making the production environment the new staging environment, what's a good way to do this? I know Microsoft themselves use this methodology on their Azure platform and I've seen it used elsewhere too. How can I do it on my server with IIS7?
© Server Fault or respective owner