Hi there,
Take a look at this article:
http://imar.spaanjaars.com/QuickDocID.aspx?QUICKDOC=161
It shows you how to create hit counter using ASP. Whenever a new user starts a new session, a counter in Application state is incremented. You can expand this example by writing out cookie that prevents the same user from being counted twice, if required.
Two other articles (mentioned in the one above), give some ideas on how to use text files or database to store the counters.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.