windows-nt/Source/XPSP1/NT/inetsrv/iis/img/htmla/iilogext.asp
2020-09-26 16:20:57 +08:00

35 lines
697 B
Plaintext

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