Source code of Windows XP (NT5)
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.

34 lines
697 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <%
  5. Const CUSTOMLOGPATH = "IIS:\\localhost\Logging\Custom Logging"
  6. Const EXTW3SVCPATH = "IIS://localhost/w3svc"
  7. Const EXTMSFTPSVCPATH = "IIS://localhost/msftpsvc"
  8. Const CUSTOMLOGKEYTYPE = "IISCustomLogModule"
  9. Dim cobjpath, currentobj
  10. dim ExtSvcPath
  11. cobjpath=Session("spath")
  12. Set currentobj=GetObject(cobjpath)
  13. %>
  14. <!--#include file="iiset.inc"-->
  15. <!--#include file="iisetfnt.inc"-->
  16. <%
  17. ' Do not use top.title.Global.update flag if page is loaded into a dialog
  18. bUpdateGlobal = false
  19. %>
  20. <HTML>
  21. <HEAD>
  22. <TITLE></TITLE>
  23. </HEAD>
  24. <BODY BGCOLOR="#FFFFFF">
  25. <!--#include file="iilogext.inc"-->
  26. </BODY>
  27. </HTML>