views:

105

answers:

1

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.

+1  A: 

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.

Andrew Arnott