You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Application Object ASP / General Development
An Active Server Page application is actually a collection of ASP files in a virtual directory and associated sub-directories. The Application object is used to control and manage all items that are available to all users of an Active Server application. The Application items can be variables needed for all users in the application, or they can be instantiated objects that provide special server-side functionality.