I am currently deploying my application built using RC of MVC ASP.NET on the production server which is showing nothing now. The routes in my global.ascx are typical i.e. <
As another possible solution:
I had not deployed for a month or so, but had updated my Visual Studio by a few minor releases. A incompatibility crept in between VS Base and some of my Nuget packages. Updated my packages, made sure to clean (and delete bin/obj - even though it did not initially solve the problem) and then redeployed. Worked thereafter.