RE: how to Retrive Country and other info from IP address using asp
am 19.12.2007 05:04:01 von MohamadElarabiThat is not possible via code unless you have a lookup database to verify IP
addresses against. Even then your results cannot be that accurate. You can
probably buy the lookup data from a third party or you can also use a third
party software that processes your web logs and provide you with the reports
you need.
You may also use a third party webservice to get the information. This I
know is available through http://www.dnsstuff.com
Good luck.
--
Mohamad Elarabi
Lead Developer. MCTS, MCPD.
"amgu" wrote:
> Hello
>
> I am looking for a asp.net code so that we can incorporate the code which
> can help us to retrive the country and other infromation through IP address
> of the visitor for the website.
>
> amgu