Find out what fields are available to IIS 7 Advanced Logging from Modules
Posted
by
Grummle
on Server Fault
See other posts from Server Fault
or by Grummle
Published on 2012-06-01T02:37:27Z
Indexed on
2012/06/01
4:42 UTC
Read the original article
Hit count: 564
You can install the Advanced Logging module for IIS 7. Once installed you have the option to define new fields from several different sources. One of those sources is other modules.
What I am unable to figure out is how to get a list of the fields that the other modules 'publish'. There a boat load of modules installed by default and I have to imagine they are publishing some data I would care to know about (hopefully UrlRoutingModule publishes what I'm specifically looking for).
Also as an aside if you know how to or know where good documentation on writing .net HttpModules that publish custom fields I'd love to see/hear about it.
© Server Fault or respective owner