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

后端 未结 2 1327
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-10 16:20

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

相关标签:
2条回答
  • 2021-02-10 16:47

    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

    0 讨论(0)
  • 2021-02-10 16:53

    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

    https://stackoverflow.com/questions/372591/how-to-get-city-country-and-country-code-for-a-particular-ip-address-in-asp-net

    0 讨论(0)
提交回复
热议问题