How to Get Client IP Address

How to Get Client IP Address

am 23.09.2005 19:23:53 von Prabhat Nath

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