Well I suppose you would have to learn when your server is receiving the least amount of traffic and plan on that time frame to do it in. Maybe post up that your server is down for maintenance message for a duration. Usually you can do this on a second server with IIS perhaps a back up server and have it host offline message for the website your hosting. And plan everything out before hand as to minimize down time.
Last Wiki Answer Submitted: November 10, 2010 6:15 pm by FrankTheTank1,200 pts.
All Answer Wiki Contributors: FrankTheTank1,200 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Please tell us the OS version on the server and the IIS version. Also tell us what sort of maintenance you plan on doing. The more details you provide the better we can assist you. Thanks!
If you have admin access to the server, you could use ISAPI_Rewrite. This is an ISAPI filter that you setup in the IIS configuration. There is a paid and free version.
It helps to maintain and performance of IIS….
I don’t see how ISAPI_Rewrite has anything to do with taking an IIS site down for maintanance (if it has, it would be good to know).
This is the product description:
“ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache’s mod_Rewrite, but is designed specifically for Microsoft’s Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme”.
——-
If it is an ASP.NET site, you could take advantage of the app_offline.htm file.
Yeah that doesn’t make sense for the rewrite. But giving a little more information will help us give a more precise answer and help not confuse others.
Please tell us the OS version on the server and the IIS version. Also tell us what sort of maintenance you plan on doing. The more details you provide the better we can assist you. Thanks!
If you have admin access to the server, you could use ISAPI_Rewrite. This is an ISAPI filter that you setup in the IIS configuration. There is a paid and free version.
It helps to maintain and performance of IIS….
I don’t see how ISAPI_Rewrite has anything to do with taking an IIS site down for maintanance (if it has, it would be good to know).
This is the product description:
“ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache’s mod_Rewrite, but is designed specifically for Microsoft’s Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme”.
——-
If it is an ASP.NET site, you could take advantage of the app_offline.htm file.
Take a look at this tip:
Taking an ASP.NET Site Offline with a Message
Yeah that doesn’t make sense for the rewrite. But giving a little more information will help us give a more precise answer and help not confuse others.