Surya sasidhar
Surya sasidhar

Reputation: 30333

Tracking Ip address and country name(asp.net)?

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.

Upvotes: 4

Views: 4338

Answers (2)

Iman
Iman

Reputation: 18956

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

Upvotes: 0

Related Questions