ASP.NET 会员用户消失

发布于 2024-08-21 12:54:36 字数 180 浏览 7 评论 0原文

我开始使用会员级别创建一个项目,并不断添加一些用户进行测试,当我想第二天继续时,这些用户已经消失了。

当我查询成员资格表时,我仍然可以看到记录,但网站管理工具告诉我我没有用户。这件事发生得有点安静,我担心我现在是否应该将其用于我的项目。

我错过了什么吗?

非常感谢任何建议。

史蒂夫

I started creating a project using the membership classes and I keep adding a few users to test, and when I want to continue the next day, those users are GONE.

When I query the membership table I can still see the records but the Web Site Administration Tool tells me I have NO users. This has happened quiet a bit and I am worried if I should even use that for my project now.

Am I missing something?

Any suggestions are greatly appreciated.

Steve

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

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

发布评论

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

评论(3

深海少女心 2024-08-28 12:54:36

恶作剧者?所有这些用户是否都有不同的 ApplicationID?您是否忘记在 web.config 中设置 applicationName 属性?

总体来说,这个功能已经相当成熟可靠了。

Poltergiests? Do all these Users have a different ApplicationID? Did you forget to set the applicationName property in web.config?

Generally speaking, this feature is quite mature and reliable.

花落人断肠 2024-08-28 12:54:36

我也有这个问题。我只需将“aspnetdb.aspnet_Users”中所有用户的 ApplicationID 更改为我的相关 ApplicationID 即可。谢谢你的想法。

I had this problem also. I just change ApplicationID for all Users in "aspnetdb.aspnet_Users" to my relevant ApplicationID and it works. Thanks for an idea.

醉南桥 2024-08-28 12:54:36

您是否使用默认的会员提供商?我也遇到了同样的问题,但是对于 MongoDB.Web 提供程序,问题是当我升级到新版本时,它期望在每条记录上看到一个“usernameLower”字段,而这显然还不存在。

Are you using the default membership provider? I had the same problem, but with the MongoDB.Web provider, the problem was that when I upgraded to the new version, it expected to see a "usernameLower" field on each record, which obviously wasn't there yet.

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