views:

46

answers:

2

I went to http://www.asp.net/mvc and the web installer offered me the option to install MVC 2, but not MVC 1.

I thought MVC 2 was still in beta? Either way, I need to write an MVC 1 app. In visual studio, my only choice is either ASP.NET Web Application or ASP.NET MVC 2 Web Application.

Can anyone advise?

+1  A: 

Remove MVC2 and download and install MVC 1 from here

Russell Steen
+2  A: 

You actually don't have to remove MVC 2. You can have v1 and v2 installed side-by-side with no issues.

Jimmy
Thanks, I did this
SLC