tags:

views:

41

answers:

2
+1  Q: 

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.

+3  A: 

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

mlsteeves
+5  A: 

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

Mark Seemann