Here is the subsonic asp.net mvc application
http://subsonicproject.com/docs/MVC_Starter_Template
but its for MVC 1.0. How can i convert it to MVC 2.0?
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 recently had to do this. The easiest way I found was to create a new MVC 2 project in a different directory. Then I did a diff on the two project files, using BeyondCompare. This told me where the differences were in terms of Library references, directories and files. There were also a few values to set within the project file such as ProjectType. Then I did the same comparison on the config files. It didn’t take long and it increased my understanding of what makes up a MVC 2 project.