V
vikramp
Hi,
I want to know how to setup the "Under Maintenance" page for the
website?
Here is the thing:
I have application setting in web.config called "MMode". I set it to
"Y" when I need to do site maintenance such as changes in the backend
database, etc.
Then inside aspx pages, I check if MMode is set to "Y" and if so, I
redirect to the custom under maintenance page.
This is all fine as long as website is running.
But now if the website is Stopped inside IIS itself, it will not
redirect to the under maintenance page since website is not running at
all.
So in such situation how do I notify users that the site is down for
maintenance by displaying custom page?
Thanks in advance.
Vikram
I want to know how to setup the "Under Maintenance" page for the
website?
Here is the thing:
I have application setting in web.config called "MMode". I set it to
"Y" when I need to do site maintenance such as changes in the backend
database, etc.
Then inside aspx pages, I check if MMode is set to "Y" and if so, I
redirect to the custom under maintenance page.
This is all fine as long as website is running.
But now if the website is Stopped inside IIS itself, it will not
redirect to the under maintenance page since website is not running at
all.
So in such situation how do I notify users that the site is down for
maintenance by displaying custom page?
Thanks in advance.
Vikram