Log Web Browsing Activity

B

Bob Johnson

Using .NET 2.0, how can I log/record all Web sites visited from a particular
computer - regardless of the browser (i.e., Internet Explorer, FireFox,
etc).

I would specifically like to record:
1. Domain name (entire specific URL requested - per page)
2. Date/Time of the request
3. local computer name, IP address, etc
4. have this app run as a Windows Service

I know how to record 2, 3, and 4 above, but not #1. Any suggestions are
greatly appreciated.

-S
 
G

Guest

Using .NET 2.0, how can I log/record all Web sites visited from a particular
computer - regardless of the browser (i.e., Internet Explorer, FireFox,
etc).

I would specifically like to record:
1. Domain name (entire specific URL requested - per page)
2. Date/Time of the request
3. local computer name, IP address, etc
4. have this app run as a Windows Service

I know how to record 2, 3, and 4 above, but not #1. Any suggestions are
greatly appreciated.

-S

I'm not sure that such task should be implemented using Active SERVER
Pages technology
 
O

Olorin

He is asking for the browser logging, not IIS (a web site) logging.

Yeah, I wondered about that.
I guess it might make sense if the server in question is the proxy/
firewall that provide access to the web for the client in question.
no ?

I haven't worked on that sort of stuff, but -in that scenario- it
sounds like a simple problem of logging all requests received by the
IIS server (ok, maybe not *all* of them, but just those from a
specific IP, or set of IPs)..

HTH,
F.O.R.
 
G

Guest

Yeah, I wondered about that.
I guess it might make sense if the server in question is the proxy/
firewall that provide access to the web for the client in question.
no ?

I haven't worked on that sort of stuff, but -in that scenario- it
sounds like a simple problem of logging all requests received by the
IIS server (ok, maybe not *all* of them, but just those from a
specific IP, or set of IPs)..

HTH,
F.O.R.

IIS != proxy :)
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top