How to add MVC5 to Visual Studio 2013?

后端 未结 8 1639
旧时难觅i
旧时难觅i 2020-12-04 07:53

I\'m starting a new project, and would like to give a try to MVC 5 (I have built a web app using MVC 4 before).

In Visual Studio 2013, I click the New Project and na

8条回答
  •  佛祖请我去吃肉
    2020-12-04 08:45

    Visual Studio 2013 no longer has separate project types for different ASP.Net features.

    You must select .NET Framework 4.5 (or higher) in order to see the ASP.NET Web Application template (For ASP.NET One).
    So just select Visual C# > Web > ASP.NET Web Application, then select the MVC checkbox in the next step.

    Note: Make sure not to select the C# > Web > Visual Studio 2012 sub folder.

提交回复
热议问题