Hello everyone,
I am configuring Application Request Routing on IIS 7.0. More information could be found here, http://www.iis.net/extensions/ApplicationRequestRouting
My development/deployment environment is, IIS 7.0 + Windows Server 2008. I have several web sites, each of them has stable and beta version, for example, I have beta version order system and stable version order system, the same as purchase system. I deployed the 4 systems on 4 different physical machines (machine name labvm1, labvm2, labvm3 and labvm4).
My requirement is, I want to have a common URL schema to access the different systems, like,
http://www.mycorp.com/order/beta
http://www.mycorp.com/order/stable
http://www.mycorp.com/purchase/beta
http://www.mycorp.com/purchase/stable
But since the 4 systems are deployed on 4 different physical machines with different machine/DNS name, how could I setup URL rewrite rule to map the same domain (http://www.mycorp.com) with different suffix to different physical online systems? BTW: I want end user in browser to see www.mycorp.com, other than expose internal machine name like labvm1.
thanks in advance, George