Search code examples
asp.net-mvcvisual-web-developer-2010

starting an ASP.NET MVC project with Visual Web Developer 2010


I have downloaded and installed Visual Web Developer 2010 Express and ASP.NET MVC 3.

When I start Web Developer and try to create a "web project" I can see a template for "Razor" projects but I can't see one for "MVC" projects.

Where do I get the templates from, and how do I install them?


Solution

  • Razor is an MVC view engine.

    Use a new Razor project - it is MVC.