Code to get the IP address of the client in C#

Karthikanbarasan
Posted by Karthikanbarasan under ASP.NET category on | Points: 40 | Views : 4736
string strIPAddress= Request.UserHostAddress;

Comments or Responses

Login to post response