[This is preliminary documentation and subject to change]

ASP Installable Components Reference

You can create dynamic, interactive Web pages by using the server components included with Active Server Pages (ASP) in your scripts. This reference section contains information about and examples of these components.

Ad Rotator ComponentCreates an AdRotator object that automatically rotates advertisements displayed on a page according to a specified schedule.
Browser Capabilities ComponentCreates a BrowserType object that determines the capabilities, type, and version of each browser that accesses your Web site.
Content Linking ComponentCreates a NextLink object that creates tables of contents for Web pages, and links them together sequentially like pages in a book.
Content Rotator ComponentAutomates the rotation of HTML content strings on a Web page.
Counters ComponentCreates a Counters object that can create, store, increment, and retrieve any number of individual counters.
Database Access ComponentProvides access to databases using ActiveX® Data Objects (ADO).
File Access ComponentProvides access to file input and output.
Logging Utility ComponentAllows you to read the HTTP activity log files that IIS generates.
Page Counter ComponentCounts and displays the number of times a Web page has been opened.
Permission Checker ComponentUses the password authentication protocols provided in Microsoft® Internet Information Services (IIS) to determine whether a Web user has been granted permissions to read a file.
Status ComponentCreates a Status object that has properties that contain server status information.
Tools ComponentCreates a Tools object that provides utilities that enable you to easily add sophisticated functionality to your Web pages.

For information on server scripting with ASP, see Developing Web Applications. For more information on the built-in objects supplied with the ASP, see Accessing ASP Built-in Objects from ASP Pages.

note Note    The examples in this reference use Microsoft® Visual Basic® Scripting Edition (VBScript) as the primary scripting language. However, ASP scripts can be written in any supported scripting language. For information on how to change the primary scripting language, see Working with Scripting Languages.


© 1997-2001 Microsoft Corporation. All rights reserved.