如何在Asp.Net 4.0中实现身份验证和授权?
任何人都可以建议我学习身份验证和授权角色的最佳网站以及一些示例代码吗?因为我是 ASP.NET 安全系统的初学者。
Could any one suggest me the best sites to learn Authentication and Authorization Roles with some sample code ?Because am the beginner to security system in asp.net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里的教程内容非常丰富,并且包含示例代码详细信息。
http://www.asp.net/web-forms/security(包括视频)
https://web .archive.org/web/20211020202857/http://www.4guysfromrolla.com/articles/120705-1.aspx
4.0在授权和身份验证方面没有任何重大变化。
所以任何 2.0+ 的教程都应该没问题。
Tutorials here are very informative and in detail with sample code.
http://www.asp.net/web-forms/security (including videos)
https://web.archive.org/web/20211020202857/http://www.4guysfromrolla.com/articles/120705-1.aspx
There aren't any major changes in 4.0 in terms of authorization and authentication.
So any tutorial with 2.0+ should be fine.