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.
|
|
<%@ LANGUAGE = VBScript %> <% Option Explicit %> <!-- #include file="directives.inc" -->
<%
Const CUSTOMLOGPATH = "IIS:\\localhost\Logging\Custom Logging" Const EXTW3SVCPATH = "IIS://localhost/w3svc" Const EXTMSFTPSVCPATH = "IIS://localhost/msftpsvc"
Const CUSTOMLOGKEYTYPE = "IISCustomLogModule"
Dim cobjpath, currentobj dim ExtSvcPath cobjpath=Session("spath") Set currentobj=GetObject(cobjpath)
%> <!--#include file="iiset.inc"--> <!--#include file="iisetfnt.inc"--> <% ' Do not use top.title.Global.update flag if page is loaded into a dialog bUpdateGlobal = false %> <HTML> <HEAD> <TITLE></TITLE> </HEAD>
<BODY BGCOLOR="#FFFFFF"> <!--#include file="iilogext.inc"--> </BODY> </HTML>
|