Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 740845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:33:48+00:00 2026-05-14T08:33:48+00:00

Is it possible to get the longitude and latitude value from IP address in

  • 0

Is it possible to get the longitude and latitude value from IP address in asp.net?
If it is possible, please let me know how can I get this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T08:33:49+00:00Added an answer on May 14, 2026 at 8:33 am

    MaxMind Geolite city is free. If it is not good enough, you can apparently upgrade to a more accurate paid-version. I can’t speak for the quality of the paid version, as I have never used it.

    If you like your SQL, download the CSV version. Load it into your database of choice, and query away.

    The faster and space-efficient option is to download the file binary blob version of the same database, and then use the C# class to query it.

    Alternatively, I have found ipinfodb.com to be useful. Query is by simple HTTP GET. For example, to geolocate stackoverflow.com try:

    http://ipinfodb.com/ip_query.php?timezone=false&ip=69.59.196.211
    

    This will return an XML file containing latitude and longitude, that looks like:

    <Response>
      <Ip>69.59.196.211</Ip>
      <Status>OK</Status>
      <CountryCode>US</CountryCode>
      <CountryName>United States</CountryName>
      <RegionCode>41</RegionCode>
      <RegionName>Oregon</RegionName>
      <City>Corvallis</City>
      <ZipPostalCode>97333</ZipPostalCode>
      <Latitude>44.4698</Latitude>
      <Longitude>-123.343</Longitude>
    </Response>
    

    Some VB.NET sample code is available at http://forum.ipinfodb.com/viewtopic.php?f=7&t=269

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get latitude and longitude from address in one of my asp.net
Is it possible during dragable routing we can get latitude and longitude value along
Is it possible to get a list of streets/roads from openstreetmaps with latitude, longitude
Can I get the country information just from Latitude and Longitude of the user?
Is it possible to get address(Country, City, street, etc) by latitude and longitude? (BingMaps
Possible Duplicate: How Do I Get The Correct Latitude and Longitude From An Uploaded
Possible Duplicate: Get URL of ASP.Net Page in code-behind I'm trying to hold current
Possible Duplicate: How to get Latitude and Longitude of the mobiledevice in android? I
Is it possible to get places by latitude/longitude and radius using the Graph API
Is it possible to get (approx) latitude and longitude using HTML and java script?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.