Hi -- I have a requirement that I need to parse the IIS log files from 4 different servers and accumulate when a particular page is accessed. I would then store these results in a SQL database.
I would like to write the program in VB.NET 2005.
I would also like to have the VB.NET 2005 application designed so it will run in the system tray (and automatically on startup) and parse each day's log file.
Does anyone have any sample code for doing this with LogParser?
I could simply write a .vbs file and schedule it on each server... but I thought this might be a fun project and give the application a more professional tough.
Any help or sample code would be appreciated.