asp.net - How to show maintenance page during deployment? -


I want to plan a schedule on the timeline hosted on an IIS Windows Server 2003 on my production asp.net website .

I think this is the preferred behavior:

  1. All requests to include www.x.com/asb/asd/ will be redirected to the Notification page ( The site is currently down, come back later)
  2. Maintenance will take around an hour. How do I ensure this redirection on the Maintenance page to keep the least effect for SEO / Google ranking?
  3. Favorites I want to be able to test the silence of the production site before it ' Live 'goes back'
  4. Well I do not want to trust the DNS at other places.
  5. To make this simple, please show that I have no other hardware in front of the web server (i.e. load balancer, firewall etc.)

will be an idea: / P>

  1. To create another app on the same web server
  2. Create any httpmodule or httphandler to handle any Url requests and 302 redirect them to the Maintenance page

thanks

root directory.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -