I just learned this a few minutes ago, but you can take an ASP.NET 2.0 application offline temporarily by uploading a file called App_Offline.htm. It will spin down the appdomain and redirect all requests to that page. Neato!
Take Your ASP.NET 2.0 App Offline
Jerry