Leaked source code of windows server 2003
 
 
 
 
 
 

17 lines
410 B

<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>