Results 1 to 5 of 5

Thread: IP tracking

  1. #1

    Thread Starter
    Member Comn8u's Avatar
    Join Date
    Jul 2004
    Posts
    35

    IP tracking

    In ASP.net, how would I obtain a visitor's host name instead of just the ip address?

    In other words, to get something like this (canonical name):
    ool-752652g1.dyn.optonline.net

    Instead of this:
    64.135.87.300
    It's not the size of the dog in the fight, it's the size of the fight in the dog.

  2. #2

  3. #3

    Thread Starter
    Member Comn8u's Avatar
    Join Date
    Jul 2004
    Posts
    35
    If that is the case, do you know what function that would be or where on a website it can be found?
    It's not the size of the dog in the fight, it's the size of the fight in the dog.

  4. #4

  5. #5
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    strHost = System.Net.Dns.GetHostByAddress(YourIP).HostName;

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