473,320 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

<SiteCounters /> ASP.NET 2.0

I have a book on ASP.BET beta 2
(http://www.amazon.com/ASP-NET-Beta-V...ent/dp/0321257
278/sr=8-3/qid=1158580459/ref=sr_1_3/102-2046896-5800955?ie=UTF8&s=books).
There is a section about sitecounters, which can be configured in
web.config.

Apparently this feature didn't make it into the final release. Is there a
similar technlogy which did make it into ASP.NET 2.0 ?

Tx.
Sep 18 '06 #1
2 1447
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!
*************************************************
"Van den Driessche Willy" <wi*********************@gmail.comwrote in
message news:%2****************@TK2MSFTNGP05.phx.gbl...
>I have a book on ASP.BET beta 2
(http://www.amazon.com/ASP-NET-Beta-V...ent/dp/0321257
278/sr=8-3/qid=1158580459/ref=sr_1_3/102-2046896-5800955?ie=UTF8&s=books).
There is a section about sitecounters, which can be configured in
web.config.

Apparently this feature didn't make it into the final release. Is there a
similar technlogy which did make it into ASP.NET 2.0 ?

Tx.


Sep 18 '06 #2
In fact, the SiteCounters section contained a <Pagessection 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.

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:up**************@TK2MSFTNGP04.phx.gbl...
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!
*************************************************
"Van den Driessche Willy" <wi*********************@gmail.comwrote in
message news:%2****************@TK2MSFTNGP05.phx.gbl...
I have a book on ASP.BET beta 2
(http://www.amazon.com/ASP-NET-Beta-V...ent/dp/0321257
278/sr=8-3/qid=1158580459/ref=sr_1_3/102-2046896-5800955?ie=UTF8&s=books).
There is a section about sitecounters, which can be configured in
web.config.

Apparently this feature didn't make it into the final release. Is there
a
similar technlogy which did make it into ASP.NET 2.0 ?

Tx.


Sep 18 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are...
2
by: Donald Firesmith | last post by:
I am having trouble having Google Adsense code stored in XSL converted properly into HTML. The <> unfortunately become &lt; and &gt; and then no longer work. XSL code is: <script...
1
by: RJN | last post by:
Hi I'm using XMLTextReader to parse the contents of XML. I have issues when the xml content itself has some special characters like & ,> etc. <CompanyName>Johnson & Jhonson</CompanyName>...
1
by: JezB | last post by:
I'm binding a DataGrid web-control to data fetched from a database. However some of my data fields contain text that is within <...> characters - I notice that everything between the <> is...
1
by: RJN | last post by:
Hi I'm using XMLTextReader to parse the contents of XML. I have issues when the xml content itself has some special characters like & ,> etc. <CompanyName>Johnson & Jhonson</CompanyName>...
1
by: mike | last post by:
I've got some code like this: gametype_id = Request.Form("gametype_id") response.write "<br>gametype_id from form>" & gametype_id & "<" response.write "<br>gametype_id from database>" &...
3
by: ajay2552 | last post by:
Hi, I have a query. All html tags start with < and end with >. Suppose i want to display either '<' or '>' or say some text like '<Company>' in html how do i do it? One method is to use &lt,...
14
by: Michael | last post by:
Since the include function is called from within a PHP script, why does the included file have to identify itself as a PHP again by enclosing its code in <?php... <?> One would assume that the...
3
by: Josh Valino | last post by:
Hi, I have a client that has our product and in one of the aspx files, there is code like this: <%= SomePublicProperty %> where the public property returns a string. In the test...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.