Login :: Register
General Topics
HostedbyMaximumASP170x35
2005 IIS MVPs
Other IIS Sites
  How do I find all the available web site logging formats available? 

How do I find all the available web site logging formats available?

Example Output

NCSA Common Log File Format
Microsoft IIS Log File Format
W3C Extended Log File Format
ODBC Logging

Set Obj = getObject("IIS://Localhost/W3SVC/INFO")
Logging = Obj.LogModuleList
Options = Split(Logging, ",")
for pos = LBound(options) to ubound(options)
  WScript.Echo Options(pos)
next
 This site and its contents are Copyright 1999-2004 by IISFAQ Microsoft Corporation in no way endorses or is affiliated with IISFAQ