Application Request Routing (ARR) - Single Server Reverse Proxy(ish) Setup
- by Justin
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.