I have a web server that is serving a large amount of web traffic and generating between 3 and 4gb of log files (uncompressed text) per week.<BR><BR>These files are compressed, downloaded and then ...
It's not enough to get an IIS Web server up and running. You must also be able to manage the log files to track site utilization and user activity. Multiple options for logging user access activity ...
There is a very good free download from Microsoft which will break IIS logs up into useful information.<BR><BR>LogParser.<BR><BR>It uses faux SQL-like statements to allow you to SELECT records based ...