将 asp.net 应用程序转换为 IIS7 集成模式
为了将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
真的没什么。 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.