Client Computer Information

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?R3JlZw==?=

    Client Computer Information

    I'm working on a C# web-site application. I am interested in gathering some
    information about those that visit each page of my site. I'd like to log such
    information as Computer Name, Computer IP Address, Windows User Logon Name,
    etc. What I'm planning to do is keep track of this information for each time
    a person loads a page, leaves a page and goes to another page.

    Basically, I'm looking for something along the line of a Hit Counter, but I
    am looking for more specific data. I want to know who has visited, when the
    initially loaded the page and when the left a page, and I'd like to track
    this for each user. Once I've gathered this information I would log it to
    either a SQL Database or a Log/Text file on the Server.

    I know there are a lot of Hit Counter sites on the internet, but my current
    application is for internal usage only (i.e. Intranet), but down the road I
    will be opening the system up to the outside world, at which time this
    information will be even more important.

    Any ideas would be greately appreciated.

    Greg
Working...