Application.StaticObjects collection

Collection of application objects declared in the global.asa file.

Usage

Application.StaticObjects(name).member ' access the named object
name.member ' same thing, since static objects are imported into the global namespace

Details

Application-scope COM objects created via the object tag in the global.asa file file are stored in the StaticObjects collection, in addition to being available to the global namespace.