如何创建不同的 asp.net 用户配置文件
是否可以同时定义不同的配置文件? 我的网站中有两种类型的用户,他们具有不同的属性。 使用 asp.net 配置文件可以定义两个或多个具有不同属性的配置文件吗?
Is possible define different profiles a the same time?
I have two type of users in my web site and they have different properties.
Using asp.net profile is possible to define two or more profiles with distinct properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用中有不同类型的用户,您可能需要查看ASP.NET 角色。
If you have different types of users in your app, you probably want to look at ASP.NET Roles.