|
Microsoft Active Server Pages includes built-in or intrinsic objects that handle many common programming tasks. The objects included are Application, ASPError, ObjectContext, Request, Response, ScriptingContext (deprecated), Server, and Session. Built-in objects are included on all ASP pages, and do not need to be created before they can be used. These objects enable you to avoid much of the overhead associated with complex Web programming, simplifying development by solving Web-protocol programming issues.
These objects are classes with several other properties and methods that developers can access in their components and applications.
|