HttpRequest currentRequest = HttpContext.Current.Request;
String clientIP = currentRequest.ServerVariables["REMOTE_ADDR"];
or
Request.UserHostAddress
These two mostly will help you out.
Else you can follow these links:
http://www.codeproject.com/Questions/521570/GETplusIPplusADDRESSplusOFplusCLIENTplusBROWSERplu
http://www.codeproject.com/Questions/260872/How-to-get-client-IP-in-asp-net-Csharp
If it help you. Mark it as answer
IT KNOWLEDGE IS APPLIED KNOWLEDGE
So Just Do It
Webmasters964, if this helps please login to Mark As Answer. | Alert Moderator