I am trying to setup multiple sites within a IIS6 Server that will redirect
the client to different servers. However, the URL that apears in the client
browser after the redirect is the new URL, i would like the user not to see
the new URL but the original URL throughout the session.
Portal URL is http://CompanyPortal/RD
Redirected within IIS to http://RDServer/RD/Whatever.htm
Client now sees in his browser "http://RDServer/RD/Whatever.htm", I want it
to stay "http://CompanyPortal/RD/Whatever.htm"
Is this Possible ?