Application object

Stores values and objects, fires events, and provides locking, at the application level.
ContentsASP
Application.Contents collectionAssociative array that can be used to store simple values, keyed by name.1
Application.Lock methodObtains exclusive write access to the Application object.1
Application.StaticObjects collectionCollection of application objects declared in the global.asa file.1
Application.Unlock methodReleases exclusive write access to the Application object.1