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

166 views Asked by At

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?

1

There are 1 answers

2
Oded On BEST ANSWER

Razor is an MVC view engine.

Use a new Razor project - it is MVC.