Another one that came up last week while training. I was explaining the App_Offline file and how it can take the application offline, when someone asked "can it redirect". I'd never thought of this, just never had had the need, but yes it case. Just put a meta refresh tag in (it's an HTML page after all) and the offline file will be displayed, then redirect to your target. Useful if you have a backup site.