IIS load balancing and site deployment
Posted
by KLC
on Server Fault
See other posts from Server Fault
or by KLC
Published on 2010-04-24T17:45:44Z
Indexed on
2010/04/24
23:54 UTC
Read the original article
Hit count: 413
iis
|deployment
Hi, currently I have a site sits on one IIS7 server. When we deploy a new version of the site, we bring the site down and display an offline page. What I really want is have two same exact copies of the site sits in one IIS 7 server and load balance users among both sites. when we deploy a new version of the site, we will bring site1 down (users in site1 automatically routes to site2 on next postback), when site1 deployment is complete, bring site2 down (users in site2 being routes to site1 on next postback). is this even possible?
© Server Fault or respective owner