Browse by Tags
Sorry, but there are no more tags available to filter with.
-
31 January 2007
App_Offline Gotcha
-
Most ASP.NET developers would be aware of a neat feature in ASP.NET 2.0 which allows you to drop a file called App_Offline.htm into your web application directory which will spin down the application's AppDomain and will stop ASP.NET processing any new requests, instead responding with the content of... Read More...