Avatar of pzozulka
pzozulka
 asked on

IIS Logs: Code for page visits

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.
Microsoft IIS Web ServerASP.NETAnalytics

Avatar of undefined
Last Comment
pzozulka

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Kamal Khaleefa

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Kishan Zunjare

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
pzozulka

ASKER
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.
Your help has saved me hundreds of hours of internet surfing.
fblack61