Thank you SamWu - for your reply.
I have attached the design diagram.
My Question:
- Do I need Forward Proxy or Reverse Proxy? My understanding is Reverse Proxy. If I'm wrong, guide me.
- How do I configure Reverse Proxy so that clients connecting to ARR servers using the URL should open the page. I have a added a DNS entry to AD, pointing the web url to NLB IP of ARR. ex: demosite.com - 192.168.10.90
When You open IIS, When the Server Name is selected - URL rewrite - Add Rule - I don't see Reverse Proxy Option; Where as, when I select the Default Web Site, - URL rewrite - Add Rule - I see Reverse Proxy Option; Where should I exactly create a rule.
In My domain DNS, should I create an "A" record for the website pointing to the NLB VIP of the ARR Servers and also create another "A" record for the NLB VIP pointing to the Server Farm (zoneops.webfarm.spring.com).
For URL Rewrite I read some links,
https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing
When I was editing the Web.config file in ARR Servers for URL Rewrite, it kept giving me syntax error. Do I need to add the Reverse Proxy rule under Inbound Rule or Outbound Rule.