Thursday, August 23, 2007

ASP.Net 2.0 - Web App Disabled

Problem:

How to let users know the web app is down for maintenance?

Solution:

Create a file in the root called: app_offline.htm

The contents of app_offline.htm is information to inform the user the site is down for maintenance.

That's it.

When you are ready to come back online, rename app_offline.htm to something else.

No comments: