将 asp.net 应用程序转换为 IIS7 集成模式

发布于 2024-07-04 04:51:29 字数 54 浏览 8 评论 0原文

为了将 ASP.NET 2 应用程序从 IIS7 经典模式转换为集成模式,我需要执行哪些步骤?

What steps I need to perform in order to convert asp.net 2 application from IIS7 classic to integrated mode?

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

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

发布评论

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

评论(1

猫弦 2024-07-11 04:51:29

真的没什么。 ASP.NET 2.0 应用程序将像在 IIS 6.0 中一样运行。 如果您想利用任何新功能,则只需更新代码即可。 但是,除非您更改响应标头的结构或拦截其他应用程序的请求,否则您可能不需要执行任何操作。

Nothing really. ASP.NET 2.0 applications will run just as they have in IIS 6.0. If you want to take advantage of any of the new features then you just need to update your code. But unless you are changing the structure of the header of the response or intercepting requests for other applications you probably will not need to do anything.

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