can we trace the user geographical location in asp.net ,
I know we can get the user IP address or ServerVariables("REMOTE_ADDR")
but my need is to check the visitors by city name so can my client use this data for his business
|
|
|||||
|
|
As I said in my comment:
But I thought I would elaborate a bit. The country, especially if they are like me and using an encrypted proxy, won't be of any help to you, however services like cloudflare will give you the users IP country in HTTP headers, and it's free. Better than spending £200 a month on getting nothing but false positives from dedicated services. |
||||
|
|
|
A similar question was asked on asp.net forum and it was answered using a good example. Reference : Link
|
|||
|
|