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
Alexey Smirnov - 06 Jun 2007 07:54 GMT
> 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,
[quoted text clipped - 10 lines]
>
> -S
I'm not sure that such task should be implemented using Active SERVER
Pages technology
John Timney (MVP) - 06 Jun 2007 15:22 GMT
Why dont you just turn on logging in IIS and use something like AWStats
http://awstats.sourceforge.net/
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
> 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,
[quoted text clipped - 10 lines]
>
> -S
Alexey Smirnov - 06 Jun 2007 15:36 GMT
On Jun 6, 4:22 pm, "John Timney \(MVP\)" <x_j...@timney.eclipse.co.uk>
wrote:
> Why dont you just turn on logging in IIS and use something like AWStats
>
[quoted text clipped - 3 lines]
>
> John Timney (MVP)http://www.johntimney.comhttp://www.johntimney.com/blog
He is asking for the browser logging, not IIS (a web site) logging.
Olorin - 06 Jun 2007 18:35 GMT
> 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.
Alexey Smirnov - 06 Jun 2007 18:58 GMT
> > He is asking for the browser logging, not IIS (a web site) logging.
>
[quoted text clipped - 10 lines]
> HTH,
> F.O.R.
IIS != proxy :-)
John Timney (MVP) - 06 Jun 2007 22:26 GMT
Ah - missed that!
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
> On Jun 6, 4:22 pm, "John Timney \(MVP\)" <x_j...@timney.eclipse.co.uk>
> wrote:
[quoted text clipped - 7 lines]
>
> He is asking for the browser logging, not IIS (a web site) logging.
carion1 - 06 Jun 2007 17:05 GMT
Instead of recreating the wheel you might want to google proxy server.
> 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,
[quoted text clipped - 10 lines]
>
> -S