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:
- All requests to include www.x.com/asb/asd/ will be redirected to the Notification page ( The site is currently down, come back later)
- 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?
- Favorites I want to be able to test the silence of the production site before it ' Live 'goes back'
- Well I do not want to trust the DNS at other places.
- 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>
- To create another app on the same web server
- Create any httpmodule or httphandler to handle any Url requests and 302 redirect them to the Maintenance page
thanks
root directory.
Comments
Post a Comment