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?
Asked
Active
Viewed 90 times
3 Answers
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