Geographical Information By IP Address

There are a lot services by which we can find Visitor Geographical information like country, region, city, latitude, longitude, ZIP code, time zone etc from I.P Addresses.

Here in this article I use http://iplocationtools.com/ free IP Geolocation API that returns geographical data in three formats: XML, JSON and CSV

This is the aspx code:


See full detail: http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/GeographicalInformationByIPAddress06022009025825AM/GeographicalInformationByIPAddress.aspx

Comments

Popular posts from this blog

Very fast test data generation using exponential INSERT

Basic concept and fundamentals of ASP.NET MVC (Model View Controller) Architecture

MVC Architecture Model In ASP.NET