I am setting up different web applications on a Win 2008 R2 server. I am trying to accomplish the following:
http://myserver/ should point to a local folder with static html pages
http://myserver/crm should "rewrite" to http://myserver:1234/ where I have installed a web based CRM application.
We have a change process to open firewall ports so instead of getting them to open the 1234 port, I would rather have people just go via http://myserver/crm and IIS should hide the port business behind scenes.
- Do I need a reverse proxy in this case? Or a simple inbound rule?
- At which website should I configure this rule?
- Do I need to create a "CRM" virtual directory under default website?
- Also, any rule example would help.
- I hope this will accomplish the objective of not needing to open ports in firewall...?
Thanks (Sorry if this is similar to another question, but I wasn't sure if I need a reverse proxy or a simple inbound rule.)