i want to getiing country name from ip address :
my code is :
string ip = Request.UserHostAddress;
GeoService.GeoIPService service = new GeoService.GeoIPService();
GeoService.GeoIP output = service.GetGeoIP(ip);
string country = output.CountryName;
but getting error

Željko PerićPosted Sep 29, 2018, 6:46 AM
Blocked AccountPosted Sep 29, 2018, 5:03 AM