Description of ASP The Global.asa file :
It is clearly described on this ASP tutorial which describes the usage and functionalities of Global.asa. Explains that event handlers can be included into this file to track online events. Creating objects with session or application scope in Global.asa is described with syntax. And how TypeLibrary Declarations can be done is explained with the required function along with parameters.