Is there a way to install ASP.NET MVC 5 in Visual Studio 2012?
I\'ve tried using NuGet (http://www.nuget.org/packages/Microsoft.AspNet.Mvc). But I think that it shou
Here are the steps to use ASP.NET MVC 5 in Visual Studio 2012:
These two will update:
If these upgrades did not update your web.config, then check out this useful page: upgrading from MVC4 to MVC5.