Installable Components for ASP

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 Component Creates an AdRotator object that automatically rotates advertisements displayed on a page according to a specified schedule.
Browser Capabilities Component Creates a BrowserType object that determines the capabilities, type, and version of each browser that accesses your Web site.
Content Linking Component Creates a NextLink object that creates tables of contents for Web pages, and links them together sequentially like pages in a book.
Content Rotator Component Automates the rotation of HTML content strings on a Web page.
Counters Component Creates a Counters object that can create, store, increment, and retrieve any number of individual counters.
Database Access Component Provides access to databases using ActiveX® Data Objects (ADO).
File Access Component Provides access to file input and output.
Logging Utility Component Allows you to read the HTTP activity log files that IIS generates.
Page Counter Component Counts and displays the number of times a Web page has been opened.
Permission Checker Component Uses 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 Component Creates a Status object that has properties that contain server status information.
Tools Component Creates 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 ASP Built-in Objects.

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.