在 Visual Studio 2005 中将更新从 Asp.Net 1.1 Web 应用程序迁移到 Asp.net 2.0 Web 应用程序

发布于 2024-08-21 10:32:40 字数 267 浏览 3 评论 0原文

我使用 VS 2005 将一个 Web 应用程序从 Asp.Net 1.1 迁移到 Asp.net 2.0。在我测试和调试 Asp.net 2.0 版本的同时,我们对 1.1 生产版本进行了一些增强(来自用户的请求)。

我想知道将 1.1 Web 表单中的更改引入 2.0 版本的最佳策略。从 VS 2005 中的 2.0 项目中删除 Web 表单并使用“添加现有项”从 1.1 项目中获取修改后的 Web 表单是最好的方法吗? (然后我可以右键单击该 Web 表单并选择“转换为 Web 应用程序”。)

I migrated a web app from Asp.Net 1.1 to Asp.net 2.0 using VS 2005. While I tested and debuged and the Asp.net 2.0 version, we made some enhancements to the 1.1 production version (requests from users).

I'd like to know the best strategy for bringing the changes in the 1.1 web forms into the 2.0 version. Is deleting the web form from the 2.0 project in VS 2005 and using "Add Existing Item" to get the modified the web form from the 1.1 Project the best approach? (Then I can right click on that web form and select "Convert to Web Application.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紙鸢 2024-08-28 10:32:40

这在某种程度上取决于您所做的更改类型以及它们的重要性,但我倾向于使用像 Araxis 这样的合并工具。

It kind of depends on what kinds of changes you've made and how significant they are, but I'd be inclined to use a Merge tool like Araxis.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文