How to get City, Country, and Country Code for a particular IP Address in ASP.NET?

Posted by Prashant on Stack Overflow See other posts from Stack Overflow or by Prashant
Published on 2008-12-16T20:33:55Z Indexed on 2010/05/25 8:51 UTC
Read the original article Hit count: 306

Filed under:
|
|
|
|

Hi,

I am having an application in which i am storing user ip address. But now i want to store the City, Country and Country Code of the user on the basis of their ip addresses. So I am able to get the user's IP Address in ASP.NET but how to get other details. If its possible (which i don't thin it is) then tell me else tell me some alternate way to do this, is there any online FREE service using which ican get these details.

How to do this in ASP.NET using C#

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET