Getting Client IP

marinspecial

New Member
I am trying to create a session database. How do i get the client's ip using asp.net?? I code in VB btw.Dim IPBehindProxy, IP<BR> IPBehindProxy = Request.ServerVariables("HTTP_X_FORWARDED_FOR")<BR> IP = Request.ServerVariables("REMOTE_ADDR")
 
Back
Top