Click to See Complete Forum and Search --> : INTRANET Counter that tracks computer name and hits?
squale
12-09-2004, 08:57 AM
I am looking for a counter to be used on my company's INTRAnet for a web page that I am making. I need to be able to keep track of the number of hits by EACH person on the IntraNet using their computer's name. Every counter I find just returns the visitor's IP address but this does me no good at identifying WHO the people are that are viewing my site. Any help would be greatly appreciated!
Thanks :)
candelbc
12-09-2004, 09:01 AM
-What kind of HTTP server are you running?
-What is the platform of your Server
-What kind of computer network do you use?
These will greatly help answer your question...
-Brad
squale
12-09-2004, 09:08 AM
1.) IIS
2.) Windows Server 2000
3.) We have an Intranet using a company domain
Originally posted by candelbc
-What kind of HTTP server are you running?
-What is the platform of your Server
-What kind of computer network do you use?
These will greatly help answer your question...
-Brad
candelbc
12-09-2004, 09:49 AM
Check out this recent post regarding a similiar need.
http://www.webdeveloper.com/forum/showthread.php?s=&threadid=50829
This should guide you into getting the computer name through ASP. From there, you can have a database that tracks each computer name with its own specific counter.
-Brad
gabo_uy
12-31-2006, 11:56 PM
check out http://wsitedetective.sourceforge.net/
good luck,
gabo_uy
ray326
01-01-2007, 05:30 PM
I assume the logging process in IIS can do a DNS lookup on each request it logs. That will be turned off by default as an optimization measure. You might want to do a custom log format since the IIS default has a lot of useless info (like the local server's IP) in its record.