Filename: global_template.txt Use: Use as a template for your global.asa files.
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Session_OnStart
End Sub Sub Session_OnEnd
End Sub Sub Application_OnStart
End Sub Sub Application_OnEnd
End Sub </SCRIPT>