Reputation: 51
I have written one job in c# to read through iislogs and push the data to DB. We are reading the logs incrementally but we ran into performance issue.
Our log files had more than 300k of lines and job kept on running. I installed Log parser and we can push the Data to DB via Logparser very quickly but is there a way by which we can call the logparser from C# Job to push iis logs to DB directly.
Upvotes: 2
Views: 591