Hi
How can I use ASP (and not ASP.net) in order to verify from which country my visitor is?
Thank you
Printable View
Hi
How can I use ASP (and not ASP.net) in order to verify from which country my visitor is?
Thank you
you can try searching for a google api which might convert ip address to lat, long and from that to country...
You can do some searches on the board for old discussions. There were a few in depth conversations perhaps a year ago in the PHP section. The ideas should transfer over to ASP.
However, no method is going to be entirely reliable. So even if it works, know it's just helping, not necessarily going to determine anything correctly.