asp.net 会员资格 - 即使不在网络工具中也显示为管理员

发布于 2024-07-30 01:22:02 字数 373 浏览 5 评论 0原文

当我运行此代码时,我返回 true

bool isAdmin =  Roles.IsUserInRole(item.loginName, "Administrator");

,但是当我在 Asp.net 网站管理工具中打开“安全”选项卡时,

当我转到数据库中,我确实在 aspnet_Usersaspnet_UsersInRoles 表中看到了此用户,但在 aspnet_Membership 表中没有看到此用户。

你知道这怎么可能吗? 由于无法使用 asp.net 工具删除该用户,还有其他方法可以清除该用户吗?

when i run this code, i get back true

bool isAdmin =  Roles.IsUserInRole(item.loginName, "Administrator");

but when i bring up the Security tab in the Asp.net Website administration tool, this user doesn't exist (or atleast i dont see this user in the list)

when i go to the database, i do see this users in the aspnet_Users and aspnet_UsersInRoles table but i dont see this users in the aspnet_Membership table.

do you know how this is possible. is there any other way i can clear out this user since i can't delete them using the asp.net tool?

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

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

发布评论

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

评论(1

海之角 2024-08-06 01:22:02

从 aspnet_Users 中删除用户,然后从 aspnet_UsersInRoles 中删除用户

Delete the user from aspnet_Users then aspnet_UsersInRoles

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