1

I have some IIS logs with header information I'd like to be parsed by pre-existing frameworks. Can I leverage the part of ASP.NET that uses Browser Definition Files perhaps in tandem with the 51 Degrees mobi tools.

What is the right .NET API (or similar) that I should use to analyze log files?

makerofthings7
  • 60,103
  • 53
  • 215
  • 448

1 Answers1

1

I'm doing some open source work for 51Degrees at the moment. I wrote an article recently about parsing W3C log files using the C implementation of the API. You can find the article here. Is this the kind of thing you were looking for? Hope this helps.

Jack
  • 508
  • 1
  • 9
  • 18