Content deleted Content added
→External links: +ja |
No edit summary |
||
Line 28:
ISAPI filters are used to modify or enhance the functionality provided by IIS. They always run on an IIS server and filter every request until they find one they need to process. Filters can be programmed to examine and modify both incoming and outgoing streams of data.
Filters are implemented as DLL files and can be registered on an IIS server on a site level or a global level (i.e.,
Common tasks performed by ISAPI filters include:
|