Results 1 to 7 of 7

Thread: Info about Web site visitors.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Auckland, NZ
    Posts
    182

    Info about Web site visitors.

    I want to keep information about Web site visitors. What except of the IP address can I find about them: is it possible to catch a computer name (like in VB6 use API function "GetComputerName"), or any other info?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you can get browser information but that is about it. Internet is anonymous by nature.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    Yes the browser capabilities object can tell you what browser they are using and what platform they are on but it can be vague. for example the platform will return winnt for windows xp etc.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Auckland, NZ
    Posts
    182
    Thanks, guys. How about an Intranet? The site will be located at the company Intranet, the users will be logged to a site. But that login will be only tested from the SQL server table for a valid username/password combination, so it is possible that someone who knows a correct username/password can gain access to the site. My aim is to find from which computer the login has been made.

  5. #5
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    Your intranet should be part of your company's domain which would mean that all PC IP numbers would start with similiar numbers, so you could check that.
    As an intranet though how would anyone else access it? An intranet by design has no link to the outside world normally.

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    On an intranet, you could use something like Active Directory.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Auckland, NZ
    Posts
    182
    As an intranet though how would anyone else access it? An intranet by design has no link to the outside world normally.
    I mean that this site contains data which allows to access only by the certain number of employees. So keeping track of the visitors is just additional measure to be sure that at least only specified computers accessed the site.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width