Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create an MVC 5 project in Visual Studio 2015

When I select ASP.NET Web Application template my template chooser screen looks like this: enter image description here

There's no MVC template for ASP.NET 4.6. Same for 4.5 Framework versions.

like image 961
devmiles.com Avatar asked Sep 13 '15 09:09

devmiles.com


1 Answers

If you choose the Web Application under the ASP.NET 5 Preview Templates you will have a project that uses ASP.NET MVC and can be used to build Web Applications or Web API RESTFul services.

I do have the Visual Studio 2015 Enterprise, this is what I see: enter image description here

after you click this OK button, you will create a MVC 6 project in this VS2015

Did you have the "Microsoft Web Developer Tool" checked when you started the installation?

like image 140
Gabriel Avatar answered Sep 28 '22 06:09

Gabriel