Accessing ASP Built-In Objects from ASP Pages
Using Active Server Pages (ASP) built-in objects, you can access all available information regarding the Web server, the user who is accessing a Web page, the Web application that contains the Web page, and the fields in the HTTP request and response stream. You can access this information from a Web page, a Component Object Model (COM) component, or an Internet Server API (ISAPI) application.
The ASP built-in objects are organized by the type of information they contain. If you are developing an ASP script, use the object classes listed in the following table:
Related Topics
- For information about accessing the ASP built-in objects from applications, see Accessing ASP Built-In Objects from Components Reference.
- For code examples that access the ASP built-in objects using C++ interfaces, Java classes, or GetObjectContext, see Component that Accesses ASP Intrinsic Objects.