有在 ASP.NET 状态服务器上实现 DotNetOpenId 的示例吗?
我们在当前使用横向扩展的网络场上实现了 dotopenopenId。我们想用 ASP.NET State Server 替换 ScaleOut,但我想知道是否有需要为 AssociationStore 和 ProviderStore 构建的接口的示例。
We have dotopenopenId implemented on our web farm which currently uses scaleout. We want to replace ScaleOut with ASP.NET State Server, but I'm wondering if there are any examples of the interfaces that need to be built for the AssociationStore and the ProviderStore.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DotNetOpenAuth 状态存储的最佳示例可以在 项目模板中找到。这些存储使用共享数据库,以便网络场上的所有服务器根据需要共享状态。
The best examples of state stores for DotNetOpenAuth are found in the project templates. These stores use a shared database so that all servers on the web farm share the state, as appropriate.