views:

108

answers:

2

I'm using Visual Studio 2010 RC and MVC 2 projects appear in File | New Project, but not MVC 1. Can I target MVC 1 webapps?

+4  A: 

Unfortunately, there is no tooling support for ASP.NET MVC 1.0 in VS 2010, but if you can live without Add View, Add Controller etc, you can target that framework.

CodingInsomnia
+1  A: 

BONUS: If you decide to migrate to MVC2 this Article will save you a headache ; )

SDReyes
starting a new project, thanks for the link though
qntmfred