How do I get the ip address from the logged in user? currently it is displaying ::1, and I have
Request.UserHostAddress;
I want the IP address to display on a label
How do I get the ip address from the logged in user? currently it is displaying ::1, and I have
Request.UserHostAddress;
I want the IP address to display on a label