基于角色的访问
我正在使用 asp.net 和 c#。我有 5 个角色,例如经理、超级用户、团队领导等。根据角色,用户将数据视为仅限于他,只有超级用户可以操作该数据等。我正在使用表单身份验证。任何人都可以提供代码或任何形式的帮助。 请帮忙
i am using asp.net with c# .I have 5 roles such as manager,super user, team leader etc .Depending on the role the user sees the data as restricted to him ,only super user can manipulate that data etc.I am using forms authentication.Can anyone provide the code or any form of help is appriciated.
Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您有一个名为
EditData.aspx
的页面,允许用户编辑某些数据,但您只希望属于某些角色的用户访问该页面,您可以将以下内容添加到 web.config 中:Say you have a page that allows a user to edit some data, called
EditData.aspx
, but you only want users belonging to certain roles to access that page, you would add the following to your web.config:开始使用 Beer House 入门套件,这是一个如何使用会员资格、角色、个人资料、个性化等提供程序以及一些良好的可重用代码的完整示例。
Get started with the Beer House starter kit which is a complete example of how membership, role, profile, personalization etc providers are used along with some good re-usable code.