Contents tagged with Security
XML Providers 4.0beta under Tiny Providers released
Today I released XML Providers 4.0beta under Tiny Membership Providers project.
Custom ASP.NET XML membership providers targeting .NET 4.0
The implementation ASP.NET XML membership providers targeting .NET 2.0 could be found at ASP.NET XmlProviders
I start with version 4.0 by purpose.
The versions bellow 4.0 are kept for future releases of .NET 2.0 implementation of ASP.NET XML membership providers.For how to use samples, please, check out the SampleWebSite under downloads.
Some more samples and screencast will be provided as possible.ASP.NET XmlProviders
Implementation of XML ASP.NET Providers (XmlRoleProvider, XmlMembershipProvider and XmlProfileProvider). This AspNet Xml Providers pack is an evolution of examples, articles and samples of code which I have packed and improved.
Tiny Membership Providers
Tiny Membership Providers is a free, open source, pack of tiny ASP.NET Membership, Role and Profile providers.
The goal of this project is to provide custom implementation of ASP.NET providers against some tiny data storages (XML, SQL Compact, Excel, Access etc)
Features- Native support and usage by all ASP.NET membership controls;
- Supports all password formats: Clear, Encrypted and Hashed;
Have In Mind
Because of the tiny data storages, it is not recommended to use this providers with "heavy-duty" membership sites (a lot of roles, users and big number of members).
Tiny Membership Providers best fit for sites with small number of authenticated users and hosted on servers with no SQL access.For further details check out the Documentation.