Hi, i would like to know how to retrieve page visitor's IP ?
thx
Printable View
Hi, i would like to know how to retrieve page visitor's IP ?
thx
Dim sClientIP As String = Request.ServerVariables("remote_addr")
the problem is it shows 127.0.0.1
It will say that if your testing locally, if you publish to a web server and test it then, it will show the IP.
yep ur right, it's because i was testing it localy:)
thx working....