Ciel
Ciel

Reputation: 17762

HitCounter in MVC

I'm trying to build a hit counter for different parts of the website in ASP.NET MVC - any idea where the best place to do this would be, or a good way to do it? We're wanting to track how many hits individual parts of the website get.

Upvotes: 6

Views: 2595

Answers (2)

Mark Seemann
Mark Seemann

Reputation: 233237

Depending on the granularity you want, here are some options:

Upvotes: 12

mlsteeves
mlsteeves

Reputation: 1271

If you are looking for website stats, I would use Google Analytics.

Upvotes: 5

Related Questions