20
Spend two hours trying to hunt down code in asp.net web app that is causing unexpected redirect to custom error page. Finally discover that I had accidentally created a shortcut to launch the app that points directly to the error page and not my default.aspx page.

*sigh*