MongoDB.Web
MongoDB.Web copied to clipboard
MongoDB.Web is a collection of ASP.NET providers (caching, membership, profiles, roles, session state, web events) for MongoDB.
I've added the ability to pickup connection string from an appSettings entry. This makes MongoDB.Web work with a platform like AppHarbor that dynamically inserts the connection string to the MongoDB...
Dustin asked me to finally commit this up, so I merged w/ your work and fleshed out a bit of the testing that I had left red before.
1. Upgraded MongoDb CSharp Driver to v1.5 2. Fixed profile provider to handle non-persisted profiles 3. Improved connection string usage: - Now it's possible to specify connection string name in...
Hello, Thanks for the nice works. I like to know Are the expired session items and cached items deleted from the database? I mean are the Session Provider and Cache...
Hello, I always receive a null reference exception when I use profile provider. I tried custom class and web.config properties, no success. If I debug I can see in Profile...