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...