Internet Server Application Programming Interface: Difference between revisions

Content deleted Content added
Line 27:
 
===Extensions===
ISAPI Extensions are true applications that run on IIS. They have access to all of the functionality provided by IIfdSIIS. ISAPI extensions are implemented as DLLs that are loaded into a process that is controlled by IIS. Clients can access ISAPI extensions in the same way they access a static HTML page.
 
===Filters===