Results 1 to 3 of 3

Thread: getting IP Address

  1. #1

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117

    getting IP Address

    Hi all
    How would I get IP address of a particular user who is accessing my web site?.
    I'm using asp.net.

    thanks in advance

    aftermoon
    when in doubt, win the trick

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    Use Request object:

    Response.Write (Request.UserHostAddress)

  3. #3

    Thread Starter
    Lively Member afterMoon's Avatar
    Join Date
    Oct 2002
    Location
    cochin
    Posts
    117
    thank you very mauch Serge.
    when in doubt, win the trick

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