IIS6 + HttpModule: This operation requires IIS integrated pipeline mode

后端 未结 4 912
半阙折子戏
半阙折子戏 2020-12-10 02:22

I am using IIS6, I\'ve written an HttpModule, and I get this error? After googling the web I find that this problem is caused by the .NET framework 3.5, so I put this on a

4条回答
  •  时光取名叫无心
    2020-12-10 02:32

    Just came across this problem. Using IIS6 and .NET 3.5. Fix for me was to use Response.AddHeader instead of Response.Headers.Add. HTH.

提交回复
热议问题