The result as Ross Nelson points out is two fold: there is no class in the Global.asax, and without the class there is no "easy" way to reference Global routines / objects.
I’ve long been a fan of wrapping application globals into Access Routines, creating one static instance of the class, then accessing these routines through the Global class.