P
Prabhat
Hi All,
I am trying to get the IP address of the Client machine and using the code:
Response.Write(Request.ServerVariables("REMOTE_ADDR"))
But I only get 127.0.0.1
It should be giving the IP address of the system or the gateway. How can I
get that. Please help.
Thanks
Prabhat
I am trying to get the IP address of the Client machine and using the code:
Response.Write(Request.ServerVariables("REMOTE_ADDR"))
But I only get 127.0.0.1
It should be giving the IP address of the system or the gateway. How can I
get that. Please help.
Thanks
Prabhat