Iis – Redirect some http requests from one IIS to a another IIS on the network

httpiisPROXYwindows-sbs-2011

We have a network exposed externally through a static IP address. Our main SBS 2011 server hosts the remote/mail website (remote.company.net), while another IIS server on the network hosts our clients website (clients.company.net).

However, I can't make client.company.net http requests to bounce from the SBS to the other IIS, where that website is actually hosted.

Could you please help me set this up?
Thanks

Best Answer

Check out Application Request Routing... it is the only way to proxy requests the way you are describing. It provides request routing logic: http://www.iis.net/download/applicationrequestrouting -Chris

Related Topic