Once the app is deployed to the web server, I type in an invalid route the mvc app just hangs and then displays a blank page.
On my local IIS, if I type an invalid route I get the exception: "System.Web.HttpException: The incoming request does not match any route.". I want the exception not the blank page.
Any ideas?