I developed the site using MVC 1, and then upgraded to MVC 2 Preview 1, and now when I open the site, I found an error:
The project type is not supported by this setting.
Since I want to use this project with version 1, but also want to create my new projects with version 2, how can I allow this already done project to run with ASP.NET MVC 1 when installing version 2?
I think the solution goes the way of solving some links in web.config, but I don’t know for sure.
eKek0 source
share