GeoLocation, - Lookup IP address to Country in ASP.NET
3/1/2010
When building web apps it is often that you customize content depending on the geographical location of the visitorsThe easiest way to achieve this information is that you ask them where they are from, by choosing a country from a long drop-list.
The thing is that we developers always want to solve things automatically by code (even when it is not really necessary)I found a excellent free IP to GeoLocation service http://ipinfodb.com, and hacked together a small class that queries the API with the IP ad....
Similar articles
ASP.NET Daily Articles
IP Address Location In ASP.NET
There are a lot of paid as well as free services that can find Visitor Geographical information from I.P Addresses. In this arti...
Alltop RSS
8 Applications of IP Geolocation
More and more online retailers are leveraging IP geolocation to personalize the store experience based on where the shopper is b...