Is there any easy way to monitor page hits in asp.net 1.1?
We have a pretty big asp.net 1.1 application that is about to go live and we
want to monitor the page hits?
I'm hoping for a silver bullet on this... hopefully something for web.config
or global.asax rather than something on each page.

Signature
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
David - 12 Mar 2008 11:00 GMT
Are your log files not enough?
Get a stats package... I am currently using AWStats.

Signature
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
> Is there any easy way to monitor page hits in asp.net 1.1?
>
[quoted text clipped - 5 lines]
> web.config
> or global.asax rather than something on each page.
Peter Bromberg [C# MVP] - 12 Mar 2008 16:51 GMT
Go get yourself a free Google Analytics account and stick the javascript at
the bottom of your pages.

Signature
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> Is there any easy way to monitor page hits in asp.net 1.1?
>
[quoted text clipped - 3 lines]
> I'm hoping for a silver bullet on this... hopefully something for web.config
> or global.asax rather than something on each page.