asp.net 任意用户信息

发布于 2024-08-01 18:49:39 字数 180 浏览 9 评论 0原文

如果我使用 asp.net 的内置成员资格提供程序,那么如何在使用 CreateUserWizard 控件时存储任意用户信息?

假设我的应用程序中有三种类型的用户:学生、教师和职员。 我想为每个用户存储一个标志,以在通过 CreateUserWizard 创建用户时区分他们的类型 - 控件。

怎么做?

If I am using asp.net's built-in membership provider, then how can I store arbitrary user-info while using CreateUserWizard control?

Suppose I have three types of users in my application: Student, Teacher and Staff. I want to store a flag for every user to distinguish their types while creating a user through CreateUserWizard - control.

How to do that?

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

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

发布评论

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

评论(4

北恋 2024-08-08 18:49:39

您可能应该看看这个关于 Asp.Net 成员资格、角色和配置文件的长系列。 它应该有足够多的信息来帮助您完成您想要做的事情。

第 6 部分特别涵盖配置文件部分。

https://web. archive.org/web/20210513220018/http://aspnet.4guysfromrolla.com/articles/120705-1.aspx

You should probably have a look at this long series on the Asp.Net Membership, Roles, and Profiles. It should have more then enough information to get you what you are trying to do.

Part 6 specifically covers the Profile portion.

https://web.archive.org/web/20210513220018/http://aspnet.4guysfromrolla.com/articles/120705-1.aspx

長街聽風 2024-08-08 18:49:39

简短的回答:使用配置文件。

Short answer: use Profile.

绿萝 2024-08-08 18:49:39

使用用户配置文件来存储用户信息。 在这种情况下,您似乎正在根据登录的人员创建角色。 如果这是真的,也许使用/设置角色是更好的方法。

Use a user profile to store user information. It looks as though you are creating a role based on the person logging in in this case. If this is true perhaps using / setting a role is the better approach on this.

一身仙ぐ女味 2024-08-08 18:49:39

我同意@klabranche,使用角色是“用户类型”(学生、教师和员工)的完美解决方案。

我还没有使用 CreateUserWizard 完成此操作,但它应该非常简单: 如何使用 CreateUserWizard 将用户添加到角色

I agree with @klabranche, using roles is the perfect solution for "types of users" (Student, Teacher and Staff).

I haven't done it with CreateUserWizard, but it should be pretty straightforward: How to Add Users to Roles Using the CreateUserWizard.

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