Call a subroutine/function in Global.asa from an ASP page?
- by Don Zacharias
Hi all,
In Classic ASP, shouldn't a subroutine in global.asa be available to all .asp pages in the session? For some reason I am having trouble calling the sub. Before I look at whether something specific to my application is causing the problem I wanted to make sure I understood properly.
global.asa:
<SCRIPT LANGUAGE="VBScript"…