S Scott McFadden Oct 25, 2007 #1 Using .NET, what are some good ways to determine which country a given IP the request IP address resides in? thanks scottm
Using .NET, what are some good ways to determine which country a given IP the request IP address resides in? thanks scottm
J Juan T. Llibre Oct 25, 2007 #2 re: !> Using .NET, what are some good ways to determine which !> country a given IP the request IP address resides in? You need a country/IP database for that. Here's a good service... MaxMind's GeoIP : http://www.maxmind.com/app/ip-location The APIs are at : http://www.maxmind.com/app/api They have both C# and VB.NET classes available. Check it out. If you like it, you may want to purchase their service. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ======================================
re: !> Using .NET, what are some good ways to determine which !> country a given IP the request IP address resides in? You need a country/IP database for that. Here's a good service... MaxMind's GeoIP : http://www.maxmind.com/app/ip-location The APIs are at : http://www.maxmind.com/app/api They have both C# and VB.NET classes available. Check it out. If you like it, you may want to purchase their service. Juan T. Llibre, asp.net MVP asp.net faq : http://asp.net.do/faq/ foros de asp.net, en español : http://asp.net.do/foros/ ======================================