Creating ASP Components

You can use Microsoft® ActiveX components to create a range of interchangeable server components that can be used in a variety of Internet and intranet scenarios. This document describes the special event methods and interfaces available to components running on a server that supports the Active Server Pages feature.

You can write your component in any language that generates Automation components. Choosing a language involves many considerations: familiarity with the language, tools support, run-time performance, threading models, code complexity, and the size of the compiled code. Languages and products that can be used to write server components include Microsoft® Visual C++®, Microsoft® Visual Basic®, and Java.

This document assumes that the reader is familiar with the Microsoft® Component Object Model (COM). For more information on COM, see Inside OLE 2 by Kraig Brockschmidt.

© 1996 Microsoft Corporation