Get Location Ip addressEPEthiraj Parthasarathi10yAsked Mar 31, 2016, 8:28 AM1.1k.NEThow can get Automatically Location IP,country name and city name in asp.net,C# with web application 2012 version
EPEthiraj Parthasarathi10y agoPosted Apr 1, 2016, 2:17 AMI will try to asp.net,C# code using find user device location,coutry and city. currently i am refer to www.maxmind.com https://github.com/maxmind/GeoIP2-dotnet but this code occurs error.
EPEthiraj Parthasarathi10y agoPosted Apr 1, 2016, 2:13 AM Hi Vivek Kimar, First all thanks for your great Reply, http://www.aspsnippets.com/Articles/Find-Visitors-Geographic-Location-using-IP-Address-in-ASPNet.aspx This is link program execute means must need the APi Key . API key Register link: http://www.ipinfodb.com/register.php API key register time ask the server IP. but i am not using server. Try this code: jQuery(document).ready(function ($) { var country = geoplugin_countryName(); var zone = geoplugin_region(); var district = geoplugin_city(); $('#txtcountry').val(country); $('#txtstate').val(zone); $('#txtcity').val(district); alert("Welcome to our visitors from " + geoplugin_city() + ", " + geoplugin_countryName()); }); GEO Information Vivek Kumar10y agoPosted Mar 31, 2016, 10:29 AMHi,Please go through the below link for your reference. it will help you and you can also download the sample website. http://www.aspsnippets.com/Articles/Find-Visitors-Geographic-Location-using-IP-Address-in-ASPNet.aspx ---------------------------------------------------If this post helps you, mark it as answer
Vivek Kumar10y agoPosted Mar 31, 2016, 10:29 AMHi,Please go through the below link for your reference. it will help you and you can also download the sample website. http://www.aspsnippets.com/Articles/Find-Visitors-Geographic-Location-using-IP-Address-in-ASPNet.aspx ---------------------------------------------------If this post helps you, mark it as answer
Ethiraj ParthasarathiPosted Apr 1, 2016, 2:17 AM
Ethiraj ParthasarathiPosted Apr 1, 2016, 2:13 AM
GEO Information
Vivek KumarPosted Mar 31, 2016, 10:29 AM