Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
410 B

  1. <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
  2. Sub Session_OnStart
  3. 'Insert script to be executed when a session starts
  4. End Sub
  5. Sub Session_OnEnd
  6. 'Insert script to be executed when a session ends
  7. End Sub
  8. Sub Application_OnStart
  9. 'Insert script to be executed when the application starts
  10. End Sub
  11. Sub Application_OnEnd
  12. 'Insert script to be executed when the application ends
  13. End Sub
  14. </SCRIPT>