How to know the country name the user is visiting the website?
-
Hi, How to know the country name of the user is visiting the website? ~JJ
-
Hi, How to know the country name of the user is visiting the website? ~JJ
Jagadeesh Jupalli wrote:
How to know the country name of the user is visiting the website?
You could use a service that takes the IP address and gives you back information about WHERE that IP address is located. This may be inaccurate for smaller countries. For example my IP address is registered in England while I'm located in Scotland. Or you could make an assumption based on the locale in the request string.
Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) - (part 3) My website | Blog
-
Hi, How to know the country name of the user is visiting the website? ~JJ
-
Jagadeesh Jupalli wrote:
How to know the country name of the user is visiting the website?
You could use a service that takes the IP address and gives you back information about WHERE that IP address is located. This may be inaccurate for smaller countries. For example my IP address is registered in England while I'm located in Scotland. Or you could make an assumption based on the locale in the request string.
Recent blog posts: * Introduction to LINQ to XML (Part 1) - (Part 2) - (part 3) My website | Blog
Hi Colin Angus Mackay, Can you specify any web service that takes IP address and gives back information about WHERE that IP address is located. Any links or ref. would be of great help.... Many Thanks, ~JJ
-
Hi Colin Angus Mackay, Can you specify any web service that takes IP address and gives back information about WHERE that IP address is located. Any links or ref. would be of great help.... Many Thanks, ~JJ
Do you want a FREE web service that will give you Country information from IP address ? then get it from here http://www.webservicex.net/WS/WSDetails.aspx?WSID=64&CATID=12[^] But if you want to pay and get more featured service, then you may check here http://www.ip2country.net/ip2country/lookup.html[^] This website does not sell Web Service, rather they sell lookup DataBase. You will need to purchase a database from them and then use your ASP.NET look up query to get county information. I prefer the FREE Web service one..
-
Do you want a FREE web service that will give you Country information from IP address ? then get it from here http://www.webservicex.net/WS/WSDetails.aspx?WSID=64&CATID=12[^] But if you want to pay and get more featured service, then you may check here http://www.ip2country.net/ip2country/lookup.html[^] This website does not sell Web Service, rather they sell lookup DataBase. You will need to purchase a database from them and then use your ASP.NET look up query to get county information. I prefer the FREE Web service one..
Thank you very much this is very helpful. :)