轻量级 ASP.NET 会员提供商替代方案
寻找会员提供商的轻量级替代方案。这样的事存在吗?
它应该允许创建和修改帐户,没有什么花哨的。重置密码也很好。如果它不需要数据库但使用一些对象数据库(couchdb、db40 等),那就太好了。基本上正如我所写,这是一个简单且轻量级的会员提供程序版本。
Looking for a light weight alternative to the membership provider. Does such a thing exist?
It should allow for the creation and modification of accounts, nothing to fancy. A password reset would also be nice. Would be great if it didn't require a database but used some object database (couchdb, db40 etc). Basically as I wrote, a simple and light weight version of the membership provider.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我强烈推荐 Artem XML 提供程序。
具有 XML 后备存储的完整提供程序堆栈。
非常适合用户较少的小型网站以及演示应用程序。
I highly recommend Artem XML Providers.
A full provider stack with XML backing store.
Perfect for small sites with few users as well as for demo apps.
我刚刚发布了一个使用 CouchDB 作为支持的成员资格和角色提供程序。您可以从以下位置下载:http://couchdbnet.codeplex.com/
I just published a Membership and Roles providers that use CouchDB as the backed. You may download it from: http://couchdbnet.codeplex.com/