0

I am writing a custom HttpModule for an ASP.NET application. I would like to be able to access the W3C fields that are written to the IIS log. It looks like the data structure HTTP_LOG_FIELDS_DATA is the relevant data structure.

Is there a way to access this log information immediately before or immediately after this is written to the log file? If this cannot be done in .NET, could this be done in C++?

(I am not looking to use Microsoft Log Parser.)

cm007
  • 1,352
  • 4
  • 20
  • 40

1 Answers1

-1

See Microsoft's Log Parser 2.2 with a link to how you can query, etc.

Guess I completely missed that part...

  • Unsure about as they are written re: for each and every resource requested ?
  • How about the info you get from HttpRequest

Hth..

EdSF
  • 11,753
  • 6
  • 42
  • 83