Hi,
I would like to fetch the client ip address of the person visiting my website. in this case my webpage is an iframe application in facebook. i have tried using Request.UserHostAddress and the server variables. REMOTE_ADDR , HTTP_X_FORWARDED_FOR . However it does not seem to work. it always returns an address in California. { probably the place where my web application server is hosted} Any idea as to why this happens and how to work around this.
regards, sundararajan s