View Thread : Finding IP address of Visitor usign ASP.net


achiever80
Is someone help to find out the IP Address by code in asp.net. I want to find out the IP address of each machine where the setup will run.

Pooja
Its pretty easy to get IP address of the visitor using asp.net. I hope following code will help you

PHP Code:
IPAddress = Request.ServerVariables("REMOTE_ADDR")