Category: ASP.NET
It turns out that for ASP.NET MVC apps running on IIS 7+ and using .NET 3.5 sp1 there is a .dll file (System.Web.Mvc) that is missing on the server. To solve the issue you have to manually deploy it your website’s ~/bin folder.
Tags:
asp.net