Ask a Question related to ASP.NET General, Design and Development.
-
DDK #1
Website tracking ASP.NET?
Does anyone know if there are any books that talk about building a website
tracking program for asp.net and C#? Or even any good resources on the web
that talk about this.
Thanks for any info,
D.
DDK Guest
-
Free Website Templates, Website Tools & Softwares
Hi... You are desgining a website and finding it difficult. Dont worry.,Just login to http://www.monstertemplate.co.in, it is a website which gives... -
InDesign tracking vs. Quark tracking?
Hi Anne Marie, I would describe letter, word, and glyph scaling parameters as things the paragraph composer can fuzzy-logic work with. Fuzzy logic... -
Tracking IP
Ok, I have website hosting on a server. Is there a way for me to write a program that will track what IP addresses are hitting me site and write them... -
Tracking
Is there a way to track what a user does on the CD and what is a way the information can be sent to say a website to keep stats of what options have... -
Homemade website traffic tracking reports?
I'm looking at the various free and paid website traffic tracking options available. None seem to do quiet what I want and the rest are too... -
Rahul Singh #2
Re: Website tracking ASP.NET?
When you mention website tracking, I'm assuming you're referring to tracking
where a user goes on a site.
You can do this with good analysis software and logs.. or.
Scenario A. All your pages are dynamic and are using a serverside processing
language like ASP.NET
Set a cookie if it isnt already created when they come to your site for the
first time.
Then every page checks to see if the cookie is there. IF it is, it'll store
some hash of information about the user and
the time.
Scenario B. You want to gather ifnormation about a user on any page..
Create a ASP.NET application that writes out an Image instead of HTML. Call
this image at size 1x1 on every
page using the <img> tag. In your code do the same thing from scenario A.
Hope that helps
Rahul Singh
anant systems, inc. | making information work for you
anantsystems.net | ioserver.net [Developer and Business .NET Hosting]
"DDK" <ddkennard@hotmail.com> wrote in message
news:ODxrX1zUDHA.360@TK2MSFTNGP11.phx.gbl...web> Does anyone know if there are any books that talk about building a website
> tracking program for asp.net and C#? Or even any good resources on the> that talk about this.
>
> Thanks for any info,
> D.
>
>
Rahul Singh Guest



Reply With Quote

