企业安全应用程序块与 ASP.NET 中的 MembershipProvider 结合使用
希望为 ASP.NET 应用程序实现身份验证/授权
正在研究使用提供程序模型 MembershipProvider SQLServerMembershipProvider 等,这对我来说很有意义。
不过,我也在研究企业安全应用程序块。 我的问题是两者可以/应该同时使用吗?
Looking to implement authentication/authorisation for ASP.NET app
Was looking into using Provider model MembershipProvider SQLServerMembershipProvider etc as makes good sense to me.
However I'm looking into the Enterprise Security Application block as well. My question is can/should the two be used in tandem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这两个组件可以很好地协同工作。 事实上,一个是建立在另一个之上的。
更重要的问题是,您的特定场景是否需要两者? 查看MembershipProvider 功能为您提供了哪些开箱即用的功能。 EntLib 安全块添加了什么是您的应用程序所必需的?
Yes, these two components would play together nicely. In fact, one is built upon the other.
The more important question is, do you need both for your particular scenario? Look at what the MembershipProvider functionality gives you out of the box. What is it that the EntLib Security Block adds to this that is necessary for your application?