How do I install ASP.NET MVC 5 in Visual Studio 2012?

后端 未结 11 911
借酒劲吻你
借酒劲吻你 2020-12-04 13:47

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

11条回答
  •  暖寄归人
    2020-12-04 14:42

    There are a few installs you may need to apply for ASP.NET MVC 5 support in Visual Studio 2012. Update 4 seems to include the Web Tools update now.

    • Windows 8.1 SDK
    • Visual Studio 2012 Update 4
    • ASP.NET and Web Tools 2013.1 for Visual Studio 2012

    You don't have to install the full Windows 8.1 SDK if you are just looking for the option to build web applications, just the .NET Framework 4.5.1 option in the installer. The full install is about 1.1 GB, but just the .NET installer is only 72 MB.

提交回复
热议问题