We have a web application running on IIS. People access our application at www.example-domain.com. If I wanted to search through the IIS logs or run an analyzer tool against the IIS logs, what code should I search for to count total page views.
Using analytic tools is not an option at the moment. The IIS logs are archived on a central log server which allows me to run custom queries. All I need is to create the query -- for example:
"Show me all logs for 2013 where code = XXX"
XXX represents a page view.
Any ideas what that code might be? How else can I look at an IIS log to determine page views -- let's assume I have only 25 lines in the IIS log so no need for analyzer tools.
"Show me all logs for 2013 where code = XXX"
XXX represents a page view.
Any ideas what that code might be? How else can I look at an IIS log to determine page views -- let's assume I have only 25 lines in the IIS log so no need for analyzer tools.