使用角色提供程序管理角色的示例 C# 代码
我想实现 ASP.NET 角色提供程序,将 LAN 上的用户分配给角色,并让我的 ASP.NET Intranet 应用程序实现基于角色的安全性。
我不想使用 VS 通过内置工具来管理它,而是将其交给用户自己管理。我想要一个包含管理员角色页面的管理文件夹,以便能够创建/编辑角色并管理角色中的用户...这样管理员可以将域用户 (MyDomain\Username) 添加到角色(例如 ProojectManager)或者测试人员或开发人员...并且用户不需要联系我来完成这些任务...
任何人都可以向我提供一些示例的链接(或一些示例代码),我可以使用该示例通过 LAN 在 asp.net 中管理角色和用户用c#?
谢谢
i want to implement asp.net role provider to assign users over my LAN to roles and have my asp.net intranet app implement security based on roles.
i dont want to use VS to manage this with the built in tools but rather hand this off to users to manage themselves. i want an admin folder with a page(s) for admin roles to be able to create/edit roles and manage users in roles... this way an admin can add a domain user (MyDomain\Username) to a role such as ProojectManager or Tester or Developer... and users wont need to contact me for these tasks...
can anyone provide me a link (or some sample code) to some sample i can use to admin roles and users over a LAN in asp.net with c#?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
4GuysFromRolla 有一个关于创建您自己的网站管理工具的很好的示例。 :-)
https:/ /web.archive.org/web/20210306174425/https://www.4guysfromrolla.com/articles/052307-1.aspx
这是另一个......
http://www.beansoftware.com/ASP.NET-Tutorials/Web-Site-Administration-Tool .aspx
4GuysFromRolla have a nice sample on creating your own website admin tool. :-)
https://web.archive.org/web/20210306174425/https://www.4guysfromrolla.com/articles/052307-1.aspx
And here's another....
http://www.beansoftware.com/ASP.NET-Tutorials/Web-Site-Administration-Tool.aspx