Microsoft KB Archive/289550

From BetaArchive Wiki
Knowledge Base


Article ID: 289550

Article Last Modified on 11/23/2006



APPLIES TO

  • Microsoft Internet Server Application Programming Interface 4.0



This article was previously published under Q289550

SUMMARY

The set of interfaces that make up Microsoft Internet API for Internet Information Services (ISAPI) is designed to provide application developers with a powerful way to extend the functionality of the Internet Information Services (IIS). The "References" section of this article includes a list of samples from the Platform software development kit (SDK), the MSDN, and other articles that show you how to create ISAPI extensions. This is not a complete list of all samples and all articles that show coding techniques for creating ISAPI extensions. However, the samples and the articles that are in the "References" section give you extensive information about how to do a variety of tasks in your ISAPI extensions.

MORE INFORMATION

If you want to expand your knowledge of ISAPI extensions beyond the samples that are mentioned in this article, visit the following links on the MSDN Web Site:

Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact a Microsoft Certified Partner or the Microsoft fee-based consulting line at (800) 936-5200. For more information about Microsoft Certified Partners, please visit the following Microsoft Web site:

For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:

REFERENCES

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:

194706 SAMPLE: Sharing Data Between ISAPI Filters and ISAPI Extensions


189651 Uploading a File to IIS Using a Browser


197728 Creating a Thread Pool for MFC-Based ISAPI Extensions


The Platform SDK includes a number of ISAPI extension samples. The samples are at the following location:

\Microsoft Platform SDK\Samples\Web\IIS\isapi\Extensions

To download the Platform SDK, visit the following Microsoft Web site:

Visit the MSDN Web site for samples of the Microsoft Foundation Classes (MFC) ISAPI extensions:

WWWQUOTE Sample: Demonstrates Development of an Internet Server Extension Using MFC
http://msdn.microsoft.com/library/default.asp? URL=/library/en-us/vcsample/html/_sample_mfc_wwwquote.asp


Keywords: kbfile kbinfo KB289550