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
You can use Visual Studio 2012.
Simply update your NuGet package in Visual Studio to Microsoft.AspNet.Mvc 5.0
.
You may have to search pre-release.
Also the default project comes with Entity Framework 6.0, and ASP.NET Razor 3.0.
You may also need ASP.NET Identity Core and OWIN.
All of these can be downloaded/updated through menu Tools → Library package manager → Manage NuGet Packages for Solution....
If you don't yet have NuGet, follow this tutorial:
http://docs.nuget.org/docs/start-here/installing-nuget