Web-services
-
My second post here - I'm really loving this site...anyway, here is my question: 1. Is there a free public domain web service where I can send an IP Address and have the geographic location info returned? 2. Or a public domain file that I can download that provides similar info that I can parse? Not sure if this the right spot to post this message, but thanks in advance! (I did a quick search on this site, but couldn't find this question)
-
My second post here - I'm really loving this site...anyway, here is my question: 1. Is there a free public domain web service where I can send an IP Address and have the geographic location info returned? 2. Or a public domain file that I can download that provides similar info that I can parse? Not sure if this the right spot to post this message, but thanks in advance! (I did a quick search on this site, but couldn't find this question)
I googled and found lots of paid services, and this: http://www.geobytes.com/IpLocator.htm[^]
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I googled and found lots of paid services, and this: http://www.geobytes.com/IpLocator.htm[^]
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
hi it is very useful information.Thank u. I saw this site http://www.geobytes.com/IpLocator.htm\[^\] but i dont know how to use it in ASP.net 2003?? plz help me?? -- modified at 1:34 Monday 18th June, 2007
All I ever wanted is what others have....
CrazySanker -
hi it is very useful information.Thank u. I saw this site http://www.geobytes.com/IpLocator.htm\[^\] but i dont know how to use it in ASP.net 2003?? plz help me?? -- modified at 1:34 Monday 18th June, 2007
All I ever wanted is what others have....
CrazySankerVipin, I went to that site. But it doesn't seem like it does what I want it too. I want to do something like: WebRefreenceIPLocation.WebRefreenceIPLocation wsIPLocation = new WebRefreenceIPLocation.WebRefreenceIPLocation(); genericsStringList = weIPLocation.GetAllIpLocationInfo(TextBoxWebVisitorsIpAddress.Text); Except I wouldn't use a textbox, I would pull the IP out of the Request obviously.