How to add MVC5 to Visual Studio 2013?

后端 未结 8 1593
旧时难觅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

    Also, while installing Visual Studio 2013, ensure that you have checked "Web Developer Tools"

    0 讨论(0)
  • 2020-12-04 08:48

    MVC 5 is already built into Visual Studios 2013.

    1. Open a new project, on the left make sure you are under Templates > Visual C# > Web not Templates > Visual C# > Web > Visual Studios 2012.

    2. Important: Now look near the top of the new project dialog box and select .NET 4.5 or higher. Once under web and the proper framework is selected click ASP.NET Web Application in the middle pane. Click OK

    3. This will bring you to a page where you can select MVC as the project and start the wizard.

    0 讨论(0)
提交回复
热议问题