asp.net-mvc - 你可以同时安装 asp.net mvc 1 和 2 吗?

标签 asp.net-mvc visual-studio

我需要在 ASP.NET MVC 1 上有一个项目,但我想升级另一个项目。这可能吗?

最佳答案

是的,你可以。请参阅Scott Guthrie's blog了解更多信息。

ASP.NET MVC 2 can be installed side-by-side with ASP.NET MVC 1 (meaning you can have some apps built with V1 and others built with V2 on the same machine). We have instructions on how to update your existing ASP.NET MVC 1 apps to use ASP.NET MVC 2 using VS 2008 here. Note that VS 2010 has an automated upgrade wizard that can automatically migrate your existing ASP.NET MVC 1 applications to ASP.NET MVC 2 for you.

关于asp.net-mvc - 你可以同时安装 asp.net mvc 1 和 2 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2593821/

相关文章:

c# - Microsoft Visual Studio 专业许可

asp.net-mvc - bootstrap 4.0 导航栏链接未使用 Razor 重定向

c# - 在 asp.net mvc3 中重构 Controller 的操作

c# - 用于检查是否在一组值内的数据注释

asp.net-mvc - 滚动到验证摘要 - ASP.net MVC

c# - 无法在Visual Studio C#上运行项目/文件

visual-studio - Visual Studio : Is there a "move class to different namespace" refactoring?

c++ - 在代码注释中接受字符串结果

r - 修复运行 profvis R 包时出现 pandoc "out of memory"错误

asp.net - 如何从url中删除returnurl?