User-1083916677 posted
I'm getting the error in the subject line with an MVC4 intranet app deployed to a Windows Server Web server runnig IIS 7. Site will not return any mvc pages. Seems like routing is not working.
I've installed .net 4.5, checked that all files have been deployed, run aspnet_regiis -ir, checked that i'm using a .net 4.x app pool, and checked all iis settings against local iis site settings. Site returns test .aspx page just fine.
Same site published to local iis 7.5 server works fine, naturally.