I would like to get the IP address of users that come to my site. Similar to a tracert. Is that possible?
My site is built in ASP and I currently use the server variable Request.ServerVariables("LOCAL_ADDR") but it is not accurate for regional location.
Any help would be appreciated.