Hi,
I will like to get the ip adress of my computer such as (220.255.1.46) so I can get the country I am at. But I keep getting ::1 as the output.
This is what i used:
Request.ServerVariables["REMOTE_ADDR"];
What is my problem?
Hi,
I will like to get the ip adress of my computer such as (220.255.1.46) so I can get the country I am at. But I keep getting ::1 as the output.
This is what i used:
Request.ServerVariables["REMOTE_ADDR"];
What is my problem?