aspnet_会员IP地址

发布于 2024-10-16 06:24:58 字数 53 浏览 2 评论 0原文

是否可以在 aspnet_Users 中添加“IP 地址”字段,然后在用户尝试登录时控制它?

Is it a way to add "IP Address" field in aspnet_Users, and then control it when user try to login?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

新雨望断虹 2024-10-23 06:24:58

MembershipUser 对象有一个 Comment 属性。你可以做任何你想做的事(它是一个字符串)。

http://msdn.microsoft.com/en -us/library/system.web.security.membershipuser.comment.aspx

There is a Comment property on the MembershipUser object. You can do it to do whatever you want (it is a string).

http://msdn.microsoft.com/en-us/library/system.web.security.membershipuser.comment.aspx

纵山崖 2024-10-23 06:24:58

我还没有听说有人这样做。可能有充分的理由,因为这对于 Web 应用程序来说听起来不是一个好主意。

考虑一下,许多 Web 客户端都从其 ISP 动态分配 IP 地址,因此它们的 IP 地址一直在变化,而且,如果多个客户端使用同一个代理,那么您将拥有 IP 地址的非唯一记录。

如果您想使用 IPsec,请考虑使用服务器防火墙或 IIS,而不是成员资格提供商。

I have not heard of anyone doing this. Probably with good reason because it doesn't sound like a good idea for a web application.

Consider, many web clients have dynamically allocated IP addresses from their ISP and so their IP address changes all the time, also, if multiple clients are using the one proxy, then you will have non-unique records for IP address.

If you want to employ IPsec then consider using the server firewall or IIS rather than a membership provider.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文