如何在Visual Studio 2012中安装ASP.NET MVC 5?

问题描述:

是否可以在Visual Studio 2012中安装ASP.NET MVC 5?

Is there a way to install ASP.NET MVC 5 in Visual Studio 2012?

我尝试使用NuGet( http://www.nuget.org/packages/Microsoft.AspNet.Mvc ).但是我认为它应该作为Visual Studio扩展来提供,但是我在任何地方都找不到.

I've tried using NuGet (http://www.nuget.org/packages/Microsoft.AspNet.Mvc). But I think that it should come as a Visual Studio extension, but I can't find that anywhere.

还是仅在Visual Studio 2013中可用?

Or it is available only in Visual Studio 2013?

Microsoft在其MSDN博客上为您提供了:

Microsoft has provided for you on their MSDN blogs: MVC 5 for VS2012. From that blog:

我们已经发布了适用于Visual Studio 2012的 ASP.NET和Web工具2013.1 .此版本带来了许多重大改进,并为Visual Studio 2012和Visual Studio 2012 Express for Web的用户提供了对ASP.NET MVC 5,Web API 2,Scaffolding和Entity Framework的一些出色增强.

We have released ASP.NET and Web Tools 2013.1 for Visual Studio 2012. This release brings a ton of great improvements, and include some fantastic enhancements to ASP.NET MVC 5, Web API 2, Scaffolding and Entity Framework to users of Visual Studio 2012 and Visual Studio 2012 Express for Web.

您可以下载并开始使用这些功能现在.

You can download and start using these features now.

下载链接指向Web平台安装程序,它将使您可以从VS2012启动新的MVC5项目.

The download link is to a Web Platform Installer that will allow you to start a new MVC5 project from VS2012.