Define "web server down"?
If the server is really down, how would you expect
any option to work?
--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net
Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp
"Diffident" <> wrote in message
news:29B9D216-EC2B-46A2-8E80-...
> Hello All,
>
> How can one be redirected to a friendly page when web server is down for
> maintenance or daily builds?
>
> One technique I tried was reading from a configuration file and
> redirecting
> the users to a different page. But since the configuration file and the
> webform which reads it are both part of application , this technique would
> fail to redirect when web server is down.
>
> Any pointers on how to accomplish this with no failover or redundant
> server(no hardware upgrade)?
>
> Thanks!!