是否可以将 asp.net 成员资格分离移动到不同的层(移动 WCF 服务)?
我想要(已经)拥有标准 asp.net 会员资格的所有基本功能,例如:ValidateUser
、CreateUser
、ChangePassword
等等..
但我想将其分离到不同的层,我不希望Web应用程序直接访问数据库。
问题是我应该尝试使用标准会员资格,还是需要从头开始实施一切?
I want to have (have already) all basic functionality which comes out of the box with standard asp.net membership like: ValidateUser
, CreateUser
, ChangePassword
etc..
But I want to separate it out to a different layer, I don't want the web application to have access directly to the database.
The question is should I try to use standard membership, or do I need implement everything from scratch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这可能是您正在寻找的东西?
http://www.codeproject.com/KB/aspnet/WSSecurityProvider.aspx
希望有帮助。
Perhaps this may be something you are looking for?
http://www.codeproject.com/KB/aspnet/WSSecurityProvider.aspx
Hope it helps.