I would like to create another page with statistics about the usage of my ASP.NET project. Top page visited, etc, etc.
I wonder if it is possible to use LogParser to create the graphic images of the page?
The following use-case comes to my mind: Select startDate and endDate and use them in a LogParser QUERY to select top user, hours with most traffic, etc, and output this query as an image with a chart in it.
Is this feasible to do on server side?
Thank you for your time.
Sure it's possible, you can use the CHART output format to save a chart to a gif or jpg, and then include that image in the page.