如何将会员提供者与数据库表链接?

发布于 2024-12-29 22:50:37 字数 167 浏览 3 评论 0原文

由于会员资格提供商不允许我为新用户添加其他字段(例如名字、姓氏等),因此我想将所有这些信息存储到名为“用户”的单独数据库表中。如何将会员资格提供程序与此表链接起来,以便当管理员想要使用单独的网页(而不是内置会员资格提供程序页面)管理用户时,它会显示会员资格提供程序中的所有信息以及数据库表中的信息?

谢谢

Since the membership provider does not allow me to add additional fields for a new user like First Name, Last Name, etc, I want to store all that information into a seperate database table called Users. How do I link the membership provider with this table, so that when an Admin wants to manage users using a seperate webpage (not the buit-in membership provider page) it shows all the information in the membership provider plus the information in the database table?

Thanks

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

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

发布评论

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

评论(1

悲歌长辞 2025-01-05 22:50:37

您必须链接到 aspnet_Users 表。这篇文章< /a> 概述了成员资格提供者表。

You would have to link with aspnet_Users table. This article has an overview of the membership provider tables.

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