<SiteCounters /> ASP.NET 2.0

  • Thread starter Van den Driessche Willy
  • Start date
C

Cowboy \(Gregory A. Beamer\)

Nothing directly, but creating a site counter is not that difficult. You
need to

a) load the counter on app start
b) save the counter back on app end

For a better counter, you save after each increment, to continue even with
catestrophic events.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
V

Van den Driessche Willy

In fact, the SiteCounters section contained a <Pages> section in which you
could specify which pages to count. It was not counting the number of
application startups, rather the hits for each page.
I know I can program this myself by adding code in each and every page. I
would have preferred the solution offered by the beta, where - without
coding a single line - I could get usage statistics on all pages in the web
application, grouped by hour or by day etc...

But thanks for the reply.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top