An ISAPI server extension is a DLL that can be loaded and called by an HTTP server.

ASP.NET就是一种ISAPI Extension。Http Handler类似扩展。

An ISAPI filter is a DLL that runs on an ISAPI-enabled HTTP server to filter data traveling to and from the server.

ISAPI filter提供了查看进入IIS的每一个请求的能力,并能修改请求的内容或者改变功能型的行为,例如认证等Http Module类似过滤器。

待续。。。

相关文章:

  • 2021-05-01
  • 2021-11-18
  • 2021-06-20
  • 2022-12-23
  • 2021-07-02
  • 2021-11-07
  • 2021-08-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2022-02-04
  • 2021-11-19
相关资源
相似解决方案