So i'm looking at hosting two websites on separate servers For example: Production site on the IIS server: 192.168.0.1 and SpecialApps IIS: 192.168.0.2 which is also the current test server which will eventually go into production.
Currently after countless hours of research, it been suggested that I should install Application Request Routing (ARR), which I had done so on the .2 server
my goal is to be able to go https://test.mycompany.com.au to go into .2 and https://test.mycompany.com.au/prod to go to .1
when the user go https://test.mycompany.com.au/prod, need to redirect to https://mycompany.com.au which is the production url that is hosted on .1
Having issues trying to get the URL Rewrite code pattern working
Is this even viable?