vote up 1 vote down star
1

I need a hit counter for my various pages, but I can't use google analytics (my client isn't ready for cloud computing) and I can't use anything that requires access to the IIS logs (the server administrator owns them and doesn't want to give them up)

What resources are there for user usage tracking for what is essentially a hosted ASP.NET account?

I'm running an ASP.NET application on IIS 6. I've turned on health monitoring, but so far that is just creating log data with no analytics.

flag

1 Answer

vote up 2 vote down check

You could use something that logged raw data to a database and then analyse this information.

Various alternatives to Google Analytics reviewed here:

http://sixrevisions.com/usabilityaccessibility/10-promising-free-web-analytics-tools/

Andy

link|flag
None of these are in ASP.net most require PHP – John Aug 20 at 8:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.