I want to know the the ip address of remote client.But I am tryig this by remote_addr http hadder but when i am type this ip address in browser it is not actualy working. It is opening of actual page of that address.It is openining another page.
Printable View
I want to know the the ip address of remote client.But I am tryig this by remote_addr http hadder but when i am type this ip address in browser it is not actualy working. It is opening of actual page of that address.It is openining another page.
<%= Request.ServerVariables("remote_addr") %>
put this into your ASP page