How do you directly upgrade ASP.NET MVC1 to MVC3?
问题 I have an ASP.NET MVC1 project and want to upgrade it directly to MVC3. I assume that there are two paths: Upgrade directly from 1 to 3 Upgrade to 2 and then do a second upgrade to 3 Which is the path most traveled? 回答1: If you are using the ASP.NET Project upgrade tool you can only do the second path right now as stated in this blog: The tool does not support Visual Studio 2008 solutions, MVC 1 projects, or projects targeting .NET 3.5. If you have a MVC 1.0 project you can use the old