使用 IIS ASP.NET 版本 4.0 运行 .NET 2.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该避免这样的“大改变”。 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