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 ?

Re: Portal technology - keeping the same high level by jeff

jeff
Sat Sep 24 08:29:07 CDT 2005

On Tue, 20 Sep 2005 10:37:09 -0700, "Asela"
<Asela@discussions.microsoft.com> wrote:

>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 ?

Frames.

Jeff