We have two separate networks. One set of clients are on one (let's say 192.168.1.*), and other clients are on another (let's say 192.168.2.*). We need to redirect access to another server, but the client will not allow us to use a DNS entry.
Is there a way to configure IIS to forward a web page and return the results to the client?
For a more technical situation report, the web site is on both networks (let's say 192.168.1.10 and 192.168.2.10). The two networks do NOT see each other, but a client on 192.168.1.50 could open the web page on 192.168.1.10, and a client on 192.168.2.50 could open the client on 192.168.2.10.
The problem is we need to give access to another server (let's say 192.168.1.11). We could put the server on the second subnet (192.168.2.11) but we don't know how to redirect the web page between the two without a DNS entry. Seems like IIS on 192.168.1.10 could forward on the page from 192.168.1.11.
I'm sure www.microsoft.com isn't going to the same IIS cluster for all of us. In the early days, www.yahoo.com forwarded and changed the browser to host77.yahoo.com. It no longer does it, so I assume there is a technical way to do this but I don't know how!
Thanks for the assistance,
Terry