tracking website users!

J

Jeff

Hey

asp.net 2.0

I'm using Request.UserHostAddress and Request.UserHostName to get info about
the site visitors. But the only info I get is IP addresses. Isn't there a
way I can get more info from the request to the portal??... Lke for example
if somebody from micorsoft visited my portal, I could get some kind of text
including phrase "microsoft".. IP addresses don't tell that much...

any suggestions?

Jeff
 
M

Mark Fitzpatrick

An IP address is all you'll get. In order to get more information you'll
have to do reverse DNS lookups to see who owns the IP address.
Unfortunately, that's just the nature of the internet.
 
G

Guest

Yes. Sign up for Google Analytics and get lots of valuable information free,
with just a little javascript.
Peter
 

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

Top