Home All Groups Group Topic Archive Search About

Architectural assistance needed!

Author
13 Jan 2006 11:39 AM
news.microsoft.com
Hello,
I need to build statistics for a small asp.net web site. People basically
come to search in a book database through the site.
The statistics should reveal how often unique users search the site.

Are there tools that can be used for these task. Which ones?

Otherwise how can this be done best?

Any help would be higly appreciated.


Many thanks
JB

Author
13 Jan 2006 2:38 PM
Peter Rilling
Well, you can always stored the IP address of the computer in a database and
relate it to some search criteria if necessary.  Not sure what you mean by
"tools."  Now, the problem you might have is there is no way to really
ensure "uniqueness" because many people have dynamic addresses or connect
through some for of NAT system.

So you might have a database with the fields:  IpAddress, SearchOnDate,
SearchQuery.

Then later you can generate reports with this raw data.

Show quote
"news.microsoft.com" <j**@microsft.com> wrote in message
news:eHhD6XDGGHA.344@TK2MSFTNGP11.phx.gbl...
>
> Hello,
> I need to build statistics for a small asp.net web site. People basically
> come to search in a book database through the site.
> The statistics should reveal how often unique users search the site.
>
> Are there tools that can be used for these task. Which ones?
>
> Otherwise how can this be done best?
>
> Any help would be higly appreciated.
>
>
> Many thanks
> JB
>
Author
13 Jan 2006 3:53 PM
Peter Bromberg [C# MVP]
Why not take a look at Google Analytics? It's free.
Don't reinvent the wheel (unless you have to...)

Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




Show quote
"news.microsoft.com" wrote:

>
> Hello,
> I need to build statistics for a small asp.net web site. People basically
> come to search in a book database through the site.
> The statistics should reveal how often unique users search the site.
>
> Are there tools that can be used for these task. Which ones?
>
> Otherwise how can this be done best?
>
> Any help would be higly appreciated.
>
>
> Many thanks
> JB
>
>
>

AddThis Social Bookmark Button