how to extract ip from the connected user to server on wireless connection?
how to extract ip from the connected user to server on wireless connection?
Collapse
X
-
Are you talking about an ASP.NET application?
If so use the Request.UserHos tAddress property to get the IP of the person connected to the application.
-Frinny
Comment