I'm transitioning a site from domainX.com to domainY.com, and I want
to redirect all traffic from the old domain to the new. If I set up
domainX.com under IIS to "redirect to a URL" the browser does not
redirect to the new domain, so the user never knows of the change. I
can put a response.redirect in the default.asp page of the old site,
but that will not redirect deep links. Any clues?

Thanks,
John

Re: Domain transition by Ray

Ray
Mon Sep 15 10:13:15 CDT 2003

Disable domainx.com in IIS or change it to domainy.com. Then setup a new
site and make it domainx.com. Give it no pages, and use a custom 404 for
that site to redirect to domainy.com.

Ray at work

"John Hoge" <jhoge123@yahoo.com> wrote in message
news:d0f2d316.0309150709.51e22e1c@posting.google.com...
> I'm transitioning a site from domainX.com to domainY.com, and I want
> to redirect all traffic from the old domain to the new. If I set up
> domainX.com under IIS to "redirect to a URL" the browser does not
> redirect to the new domain, so the user never knows of the change. I
> can put a response.redirect in the default.asp page of the old site,
> but that will not redirect deep links. Any clues?
>
> Thanks,
> John



Re: Domain transition by DrewM

DrewM
Mon Sep 15 10:19:52 CDT 2003

"John Hoge" <jhoge123@yahoo.com> wrote :

> I'm transitioning a site from domainX.com to domainY.com, and I want
> to redirect all traffic from the old domain to the new. If I set up
> domainX.com under IIS to "redirect to a URL" the browser does not
> redirect to the new domain, so the user never knows of the change. I
> can put a response.redirect in the default.asp page of the old site,
> but that will not redirect deep links. Any clues?

Change the default.asp page to redirect, as you suggest. Then delete the
rest of the old site and change the 404 error page to be default.asp.

Drew