PDA

View Full Version : Page counter object


Khalid
06-07-02, 15:34
Is the ASP's PageCounter object suitable for a web site counter?
How can it store the hits for different days?

Or it is better to use the Performance Monitor tool provided with Windows 2000 Server, and store the hits in a database?

Thanks

JonathanB
06-27-02, 10:58
Err... I think that's why it's called PageCounter, to be used to count hits to a page. ;)

Khalid
06-29-02, 06:43
Thank you for your reply..
I wonder if the counter object can store hits for different days separately.:confused: .

Recently I found it is better to count page hits from the IIS log file, how about that?:p

Thank you for your help