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

时间:2022-06-09 21:49:18

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

我需要执行哪些步骤才能将asp.net 2应用程序从IIS7经典转换为集成模式?

2 个解决方案

#1


5  

Here is a process: Rick Strahl's blog

这是一个过程:Rick Strahl的博客

#2


-3  

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.

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

#1


5  

Here is a process: Rick Strahl's blog

这是一个过程:Rick Strahl的博客

#2


-3  

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.

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