获取客户端机器ID
我需要在我的网络应用程序中获取客户的机器 ID 和他们的国家/地区...
这有可能成功吗?
I need to get Client's Machine ID and their Country in my web application...
Is it possible get succeed in this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
C# 中的客户端国家/地区
获取客户端计算机名称,
如何从服务器获取客户端计算机名称
Client Country in C#
Get Client Computer Name,
How to get the client machine name from a server
主机名:
请参阅 http://www.w3schools.com/asp/coll_servervariables.asp
解析国家/地区:
来自 http://madskristensen.net/post/Get-language-and-country-from-a-browser-in-ASPNET.aspx
这使用电脑的设置语言/国家/地区。
通过 IP 尝试以下示例:
http:// dotnetguts.blogspot.com/2008/06/finding-country-from-visitors-ip-in.html
其中涉及根据 IP 位置数据库检查请求的 IP 地址。
您还可以将 IP 用于已支持此功能的服务,例如:
http://www.ipgeo.com/接口/
Host name:
See http://www.w3schools.com/asp/coll_servervariables.asp
Resolve country:
from http://madskristensen.net/post/Get-language-and-country-from-a-browser-in-ASPNET.aspx
This uses the PC's setup Language/Country.
By IP try an example at:
http://dotnetguts.blogspot.com/2008/06/finding-country-from-visitors-ip-in.html
Which involves checking the requesting IP adresses against a database of IP locations.
You could also use an IP for a service that already supports this such as:
http://www.ipgeo.com/api/