Application.StaticObjects
collectionApplication.StaticObjects(name).member' access the named objectname.member' same thing, since static objects are imported into the global namespace
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.