redirect all pages from domain B to a maintenance page on domain A

Hi all,

We have two sites hosted on different servers and we have many pages on
domain A which has many links(asp programs) to domain B.
My question is if domain B server is in trouble, what is the best way to
have all domain pages redirect to domain A? Right now I just have redirect
code in each program on domain B to redirect to a maintenance page on domain
A.
Can I just write on program to solve this issue?
Thanks.
--
Betty
betty [ Mo, 24 Dezember 2007 08:52 ] [ ID #1893318 ]

RE: redirect all pages from domain B to a maintenance page on domain A

Hi Betty,

As for the page redirection, I think it may depend the error or failure on
domain B's page and how you can get noticed of and handle them. For
example, when user be linked to domain B pages(from domainA pages) and that
page occured error, how could you handle the error? If it is an expected
error, you may catch it in a certain scope, however, if it is an unhandled
exception, how could you detect it? In the latter case, it would be hard to
do the redirection, do you think so?

Also, for "domain B server" is in trouble, do you mean the server is down?
And what's the redirection behavior you want?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
>From: =?Utf-8?B?YzY3NjIyOA==?= <betty [at] newsgroup.nospam>
>Subject: redirect all pages from domain B to a maintenance page on domain A
>Date: Sun, 23 Dec 2007 23:52:01 -0800
>
>Hi all,
>
>We have two sites hosted on different servers and we have many pages on
>domain A which has many links(asp programs) to domain B.
> My question is if domain B server is in trouble, what is the best way to
>have all domain pages redirect to domain A? Right now I just have redirect
>code in each program on domain B to redirect to a maintenance page on
domain
>A.
>Can I just write on program to solve this issue?
>Thanks.
>--
>Betty
>
stcheng [ Mo, 24 Dezember 2007 11:10 ] [ ID #1893320 ]

RE: redirect all pages from domain B to a maintenance page on doma

Hi Steven,
I am sorry. I didn't make that clear. I mean the server B is down. If our
agents or brokers have direct links to our server B and I want all those
pages on server B will be redirected to domain A or I can just have a html on
server B state(in case of only IIS canot serve asp page or database is down)
that "visit us after XXX hours etc."

Thank you.
--
Betty


"Steven Cheng[MSFT]" wrote:

> Hi Betty,
>
> As for the page redirection, I think it may depend the error or failure on
> domain B's page and how you can get noticed of and handle them. For
> example, when user be linked to domain B pages(from domainA pages) and that
> page occured error, how could you handle the error? If it is an expected
> error, you may catch it in a certain scope, however, if it is an unhandled
> exception, how could you detect it? In the latter case, it would be hard to
> do the redirection, do you think so?
>
> Also, for "domain B server" is in trouble, do you mean the server is down?
> And what's the redirection behavior you want?
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
> --------------------
> >From: =?Utf-8?B?YzY3NjIyOA==?= <betty [at] newsgroup.nospam>
> >Subject: redirect all pages from domain B to a maintenance page on domain A
> >Date: Sun, 23 Dec 2007 23:52:01 -0800
> >
> >Hi all,
> >
> >We have two sites hosted on different servers and we have many pages on
> >domain A which has many links(asp programs) to domain B.
> > My question is if domain B server is in trouble, what is the best way to
> >have all domain pages redirect to domain A? Right now I just have redirect
> >code in each program on domain B to redirect to a maintenance page on
> domain
> >A.
> >Can I just write on program to solve this issue?
> >Thanks.
> >--
> >Betty
> >
>
>
betty [ Mi, 26 Dezember 2007 18:49 ] [ ID #1893876 ]

Re: redirect all pages from domain B to a maintenance page on doma

If the server is down, ASP cannot run at all.

The issue you have is outside of ASP
Jon Paal [ Mi, 26 Dezember 2007 19:30 ] [ ID #1893879 ]

RE: redirect all pages from domain B to a maintenance page on doma

Hi Betty,

Thanks for the reply.

As Jon mentioned, if the IIS server get down(or even the entire server
down), it would be quite hard to do the automatic redirection. I think you
may implement a monitor/lookup service for those servers(constantly ping to
check whether the certain servers are working correctly). Thus, you can get
the ponit when the server stop working.


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?YzY3NjIyOA==?= <betty [at] newsgroup.nospam>
>References: <3C0474D4-4940-4328-95B9-B9BC3DB22016 [at] microsoft.com>
<K33RJVhRIHA.5676 [at] TK2MSFTNGHUB02.phx.gbl>
>Subject: RE: redirect all pages from domain B to a maintenance page on doma
>Date: Wed, 26 Dec 2007 09:49:01 -0800

>
>Hi Steven,
>I am sorry. I didn't make that clear. I mean the server B is down. If our
>agents or brokers have direct links to our server B and I want all those
>pages on server B will be redirected to domain A or I can just have a html
on
>server B state(in case of only IIS canot serve asp page or database is
down)
>that "visit us after XXX hours etc."
>
>Thank you.
>--
>Betty
>
>
>"Steven Cheng[MSFT]" wrote:
>
>> Hi Betty,
>>
>> As for the page redirection, I think it may depend the error or failure
on
>> domain B's page and how you can get noticed of and handle them. For
>> example, when user be linked to domain B pages(from domainA pages) and
that
>> page occured error, how could you handle the error? If it is an expected
>> error, you may catch it in a certain scope, however, if it is an
unhandled
>> exception, how could you detect it? In the latter case, it would be hard
to
>> do the redirection, do you think so?
>>
>> Also, for "domain B server" is in trouble, do you mean the server is
down?
>> And what's the redirection behavior you want?
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>
>>
>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>>
>>
>> --------------------
>> >From: =?Utf-8?B?YzY3NjIyOA==?= <betty [at] newsgroup.nospam>
>> >Subject: redirect all pages from domain B to a maintenance page on
domain A
>> >Date: Sun, 23 Dec 2007 23:52:01 -0800
>> >
>> >Hi all,
>> >
>> >We have two sites hosted on different servers and we have many pages on
>> >domain A which has many links(asp programs) to domain B.
>> > My question is if domain B server is in trouble, what is the best way
to
>> >have all domain pages redirect to domain A? Right now I just have
redirect
>> >code in each program on domain B to redirect to a maintenance page on
>> domain
>> >A.
>> >Can I just write on program to solve this issue?
>> >Thanks.
>> >--
>> >Betty
>> >
>>
>>
>
stcheng [ Mo, 31 Dezember 2007 03:29 ] [ ID #1896640 ]

Re: redirect all pages from domain B to a maintenance page on domain A

Most ISPs have more than one Name Server specified.
Could the second NameServer point to the second server ??

This could deal with 'Server A' failure

Pete (Northolt UK)

c676228 wrote:

> Hi all,
>
> We have two sites hosted on different servers and we have many pages on
> domain A which has many links(asp programs) to domain B.
> My question is if domain B server is in trouble, what is the best way to
> have all domain pages redirect to domain A? Right now I just have redirect
> code in each program on domain B to redirect to a maintenance page on domain
> A.
> Can I just write on program to solve this issue?
> Thanks.
> --
> Betty
Peter Byers [ Mo, 31 Dezember 2007 05:48 ] [ ID #1896641 ]

Re: redirect all pages from domain B to a maintenance page on domain A

Most registrations for a Web Site have more than one Name Server entries

If you made the second Name Server entry point to domain B
Would that not deal with Server A failure ??

Pete (Northolt UK)

c676228 wrote:

> Hi all,
>
> We have two sites hosted on different servers and we have many pages on
> domain A which has many links(asp programs) to domain B.
> My question is if domain B server is in trouble, what is the best way to
> have all domain pages redirect to domain A? Right now I just have redirect
> code in each program on domain B to redirect to a maintenance page on domain
> A.
> Can I just write on program to solve this issue?
> Thanks.
> --
> Betty
Peter Byers [ Mo, 31 Dezember 2007 05:53 ] [ ID #1896642 ]
Webserver » microsoft.public.inetserver.asp.general » redirect all pages from domain B to a maintenance page on domain A

Vorheriges Thema: Problem with the encoding of a CDO subject
Nächstes Thema: Send "Forgot password" reminder via email