4

Yesterday i saw a site in which, site is listing the ip address and country name, saying that recently visited members (a list of ip address with country name,city name). Can i know how can i track that information any reference or any code. Thank You.

Surya sasidhar
  • 29,607
  • 57
  • 139
  • 219
  • possible duplicate of http://stackoverflow.com/questions/1287711/detect-estimate-country-of-a-http-request-in-asp-net – marc_s Apr 19 '10 at 04:40

2 Answers2

0

http://www.codeproject.com/Articles/709429/IPLite-NET-Get-Country-Region-City-From-IP

in essence you need a fresh simple 900KB ip to country database to use this method from https://lite.ip2location.com/

in my experience old dll (2008) like https://worlddomination.codeplex.com/ did not worked and return null for countries like Iran

Iman
  • 17,932
  • 6
  • 80
  • 90