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.
Asked
Active
Viewed 4,316 times
4
-
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 Answers
2
Pls check these questions
Detect/estimate country of a http-request in ASP.NET
How to get visitor location ( country, state and city ) using ASP.NET

Community
- 1
- 1

balalakshmi
- 3,968
- 6
- 40
- 48
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