I have setup an ARR in my IIS server. My requirement is I have to route a request to this ARR server to one of my application which is hosted in local IIS(ARR server itself). Is it possible?
ie. Suppose in my ARR server has Application1. Then I have to do the following
Broswer -> ARR (iis server) -> Application1(which is itself in ARR server).
If possible how can implement such a setup?