0
A few useful things to remember…
Posted by Zu on November 30, 2009 in .Net
App_Offline.htm “The way app_offline.htm works is that you place this file in the root of the application. When ASP.NET sees it, it will shut-down the app-domain for the application (and not restart it for requests) and instead send back the contents of the app_offline.htm file in response to all new dynamic requests for the application. [...]