Cannot create ASP.NET MVC projects in Visual Studio Express 2012 for Web

asp.net-mvc, visual-studio-2012

Solution

Try downloading/installing:

http://www.asp.net/mvc/mvc4

edit: I'm not referring to downloading Visual Studio. The link I posted is specifically for installing MVC 4 that isn't included in Visual Studio by default. Is it this ASP.NET MVC Extension that you've downloaded? ALSO.. to create an ASP.NET MVC site you have to select NEW->Project and then click on Web sub-category under a language of your choice , not new->Web Site.

Problem

I have downloaded and installed Visual Studio Express 2012 for Web but I am unable to create any ASP.NET MVC projects, as there are no ASP.NET project options. Is there a separate download or something?

Original source