MongoProviders
MongoProviders copied to clipboard
ASP.NET Membership and Role Providers for MongoDB
Master
New mongo driver 2.4.4 and framework 4.5.2
When I updated to the latest mongodb driver (1.5) for my project, MongoWsat threw an exception, which seem to be in MongoProviders. There are changes to the Query interface for...
I'm using the latest version but calls to ResetPassword() to appear to persist changes to the Users collection. ResetPassword() does return a new password that observes all the password rules...
I updated the assemblies for the MongoCSharpDriver and FluentMongo but this broke the unit tests. FluentMongo had a dependency on version 1.3.1. I therefore removed the reference to FluentMongo and...