If you need to find out the IP address of the visitor of your website then you can use the following code to get it
Request.UserHostAddress()
This will provide you the IP address of the user.
If you need to find out the IP address of the visitor of your website then you can use the following code to get it
Request.UserHostAddress()
This will provide you the IP address of the user.