Hi guyz,
I have a website for which I need to collect some usage patterns through IIS log parser. One of the problems that I am facing is my website is an MVC application that makes a lot of ajax calls whenever the page loads/autorefreshes to pre-fetch information. Through the IIS logs, there is no way to distinguish these. Any ideas around this?
Also, I need to generate a report that shows the most frequently used pages on my website over the past 5 working days. Any suggestions around this scenario? Not sure if url count is sufficient because there could be a same user who is going to a web page multiple times in a short span. May be a combination of group by and quantize etc.?