I used to manually import (using a script) the log files into an SQL database for reporting. But you could automate this.
the logfiles are pretty easy to work with. space delimited. I found it more convenient in my own database since you can really define how you want to slice and dice the data. I organized the logs into cubes and used mostly excel for reporting. (I was parsing cookie and URL values and things like that.) HTH Eric From: "Robert Orlini" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: IIS logs Date: Tue, 25 Jun 2002 10:07:49 -0400 Has anyone used CF to read IIS web server logs and compiles the info similar to Livestats or Webtrends? If so, would you mind sharing some of the code that reads the comma-delimited file log file, etc? or...is there a CF-based program out there that reads IIS logs and compiles the info? Thanks. Robert O. HWW ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

