asp.net - Get user's geographical address -


Is there a way to track user's location without having to log in to the user's location on their address?

// asp.NET

thanks

One can use the service to estimate their location from their IP address. Obviously, it's easy to cheat, but it's enough for a sufficient proportion of visitors.

Comments

Popular posts from this blog

php - Creating canonical URLs with custom route-classes -

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

mysql - php global within a class but outside a function? -