Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
ISAPI
Last modified: Thursday, April 08, 2004
Short for Internet Server API, an API for Microsoft's IIS (Internet Information Server)Web server. ISAPI enables programmers to develop Web-based applications that run much faster than conventional CGI programs because they're more tightly integrated with the Web server. In addition to IIS, several Web servers from companies other than Microsoft support ISAPI.
How To Make an ISAPI Redirection Filter This tutorial will demonstrate how to reduce server workload by redirecting from ISAPI using MFC using a “redirection filter”.
The ISAPI Developer's Site Offers many older resources for the ISAPI developer including links to an ISAPI source code library, specifications, tutorials, frequenlty asked questions, a chat room, and vendor information.