views:

28

answers:

1

How do I go about do this. What API (microsoft and non-microsoft are available) to achieve this?

A: 

Assuming you are talking IIS you can use log parser to process the logs and then store the restuls in some kind of DB. It has an API that can be accessed via c#, you just need to reference it in visual studio. There are examples in the documentation.

jonot