originating IP address

Discussion in 'ASP.NET / ASP.NET Core' started by Bruce, Nov 23, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    This should give you the remote address of the visitors


    Request.ServerVariables( 'REMOTE_ADDR' )

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Can someone tell me how to identify the IP address of a visitor to my Web Site . . ?

    I need to FILTER so to speak . .

    Thanks
    Sean
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page