By Stephen Genusa, Bobby, Jr Addison, Allen Clark, Dean Cleaver
B:
Que's Special Edition Using ISAPI covers every feature of this new high-powered alternative to CGI. This comprehensive reference includes hundreds of pages of ISAPI solutions, an information-packed CD-ROM, source code, sample applications, and more!
Extend your server with custom extensions and filters in ways that CGI never allowed
Learn how to use ISAPI to develop high-performance scalable solutions for the creation of dynamic Web sites without severe degradation in HTTP server performance
Learn how to use ISAPI filters for Custom URL handling
Use ISAPI to obtain valuable Web site traffic information beyond just "hit counts"
Learn how to make your filters and extensions thread-safe
Learn troubleshooting and debugging techniques for ISAPI filters and extensions
Create custom HTML and access external data sources using ISAPI and ODBC.
This issue discusses and demonstrates how to run isolated ISAPI applications. Included are considerations for moving your ISAPI application from IIS 3.0 to IIS 4.0, performance considerations and the effects of isolated ISAPI applications on ODBC connection pooling. [Read This Article][Top]
Within this 15 Seconds' issue there is an example of a redirecting ISAPI filter written in MSVC 4.2, that redirects files not found to the default of the closest root. This issue includes source code and a explanation of implementation. [Read This Article][Top]
This article by Itay Weinberger describes how to use an ISAPI filter to prevent unauthorized access to your JavaScript or VBScript files. [Read This Article][Top]