Asp.net-mvc – Why no MVC 4 project template in Visual Studio 2010 when MVC 4 & tools are installed

asp.net-mvcvisual studio 2010

When I create a new web project in Visual Studio 2010, I don't see an option for a MVC 4 web project. I have MVC 4 (preview) and VS2010 MVC 4 tools installed. I see ones for MVC2 & MVC3.

Best Answer

You can't create an MVC 4 web site nor a .Net 3.5 Web Application.

You can go

File -> New -> Project -> Select .Net Framework 4 -> ASP.NET MVC 4 Web Application