ISAPI Programming Examples

ISAPI is the high-performance server extension API supported by the Microsoft Internet Information Server. ISAPI allows dynamic responses to HTTP requests, instead of just returning static HTML files.

Here are two simple ISAPI applications. The first one allows users to do text searches over the HTML pages of the server. The second is a favorite sites bulletin board, where users can recommend Web sites to other users who access this server.