0

I want a way to determine the location (at least to a city level) of my website user, how do i do that in .net application? Is there any free api for that?

merazuu
  • 4,118
  • 6
  • 18
  • 19

3 Answers3

0

Can“t you use an client javascript in your html? http://www.w3schools.com/html/html5_geolocation.asp

anders
  • 202
  • 1
  • 3
0

Take a look at this question. Answers contain multiple libraries which satisfies your requirement.

Community
  • 1
  • 1
Darshan Puranik
  • 1,055
  • 3
  • 14
  • 36
0

If you are looking for IP geolocation, you could use MaxMind's GeoLite2 with the GeoIP2 .NET reader.

Greg Oschwald
  • 1,716
  • 2
  • 11
  • 14