A few useful things to remember…
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. [...]
Visual Studio 2005 Remote Debugger
I’ve had to do it 2 times so far, and each time i do it i have issues, which could be eliminated, if I saved my notes from the first time. so here goes. 1. from the Visual Studio CD, browse to tools -> remote debugger -> pick the right format and (x86 or x64) [...]