I am trying to start an MVC 5 project after installing a fresh installation of Visual Studio Community 2013 but when I go to
New Project > Templates > Visual C# > Web > Version2012
all I see in the middle pane is ASP.NET MVC 4 Web Application. Does anyone have any ideas why I do not have ASP.NET MVC 5 Web Application?
I have .NET Framework 4.5.1 selected.
To create new project, Open Visual Studio, I am using Visual Studio 2013 and click on File Menu, then New and choose Project. It will open a new window from where you can choose the application type. Choose Web from Installed and then choose ASP.NET Web Application.
To create a Web application projectSelect the Templates -> Visual C# -> Web templates group on the left. Choose the ASP.NET Web Application template in the center column. Name your project BasicWebApp and click the OK button. Next, select the Web Forms template and click the OK button to create the project.
Yes, it's possible to build against the . NET Core 5 contracts in Visual Studio 2013 by creating a Portable Class Library that targets . NET Framework 4.5 and Windows 8.
In Visual Studio 2013, you need to select ASP.Net Web Application.
Then you can select what type of Web Application in next step.
You must choose New Project > Templates > Visual C# > Web > ASP.NET Web Application and then you will be able to choose MVC between the core references WebForms, MVC and WebAPI
They merged all the Web Applications into one project type. Select ASP.NET Web Application
then in the next menu, click MVC to create a new MVC 5 project.
A description of the ASP.NET Web Application project can be found here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With