As the title says, is there a MVC1 template for vs.net 2010?
For various reasons, we cant upgrade to mvc2 (or .net framework v4) just quite yet…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you can trick Visual Studio 2010 in believing that your ASP.NET MVC1 project is actually using ASP.NET MVC 2. You can run the upgrade wizard and then change the assembly reference to ASP.NET MVC 1 and update the assembly versions in the web.config (from 2.0.0.0 to 1.0.0.0).