Application Request Routing (ARR) - Single Server Reverse Proxy(ish) Setup

Posted by Justin on Server Fault See other posts from Server Fault or by Justin
Published on 2012-09-21T08:06:52Z Indexed on 2012/09/21 9:40 UTC
Read the original article Hit count: 340

Filed under:
|
|

I have 1 webserver that has two .NET apps running on it. These are set up on the server as app1.mydomain.com and app2.mydomain.com.

I would like to be able to take any request going to app1.mydomain.com/subfolder and rewrite it to app2.mydomain.com/subfolder using ARR.

I am having difficulty getting this to work on a single server, and all the ARR examples on the net seem to imply that I require another server dedicated to ARR sitting in front of the two web servers.

Is what I am attempting to do possible on one web server, and if so how?!

Thanks all.

© Server Fault or respective owner

Related posts about iis

Related posts about reverse-proxy