windows-nt/Source/XPSP1/NT/base/cluster/admin/msclus/asp/global.asa

18 lines
393 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
<SCRIPT LANGUAGE="VBScript" RUNAT="Server">
Sub Session_OnStart
'Insert script to be executed when a session starts
End Sub
Sub Session_OnEnd
'Insert script to be executed when a session ends
End Sub
Sub Application_OnStart
'Insert script to be executed when the application starts
End Sub
Sub Application_OnEnd
'Insert script to be executed when the application ends
End Sub
</SCRIPT>