App_Offline.htm [Tip/Trick]
Posted: 5 Mar 2010
Updated: 5 Mar 2010
Views: 8,415
Rating: 4.38/5
Votes: 7
Popularity: 3.70
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
If you place a file with the name App_Offline.htm in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application.ASP.NET will also then respond to all...