使用 IIS ASP.NET 版本 4.0 运行 .NET 2.0 应用程序

发布于 2024-12-13 23:50:50 字数 229 浏览 0 评论 0原文

我们有一堆用 .NET 2.0 编写的 ASP.NET 应用程序(IIS6 ASP.NET 版本设置为 2.0),可以通过部署到 Windows Server 2003 的一个网站内的虚拟目录看到。有谁知道我们是否可以设置 ASP.NET IIS 中的版本,所有这些都升级到 4.0,而不破坏 (.NET 2.0) 应用程序 - 即除了 IIS 内之外没有其他更改

任何官方 Microsoft 链接说明可以完成此操作,也会很棒

We have a bunch of ASP.NET apps written in .NET 2.0 (with IIS6 ASP.NET version set to 2.0), visible via Virtual Directories within one website deployed to Windows Server 2003. Does anyone know whether we can set the ASP.NET version within IIS, of all of these to 4.0 without breaking the (.NET 2.0) applications - i.e. no other changes other than within IIS

Any official Microsoft link(s) stating this can be done, would be brilliant also

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

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

发布评论

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

评论(1

债姬 2024-12-20 23:50:50

你应该避免这样的“大改变”。 ASP.NET 1.x、2.0 和 4.0 应用程序应分开并保存在独立的应用程序池中。

此外,与以前的版本相比,ASP.NET 4 有太多重大更改,您应该在适当的时候谨慎迁移,

http://www.asp.net/learn/whitepapers/aspnet4/writing-changes

You should avoid such "big changes". ASP.NET 1.x, 2.0 and 4.0 applications should be separated and held in standalone application pools.

Besides, there are too many breaking changes in ASP.NET 4 compared to previous versions, you should carefully migrate when the time is right,

http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes

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