AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

ASP.NET XmlProvider Library :

Sunday, August 24 2008

The ASP.NET XmlProvider Library provides an ability to leverage the ASP.NET 2.0 membership, roles, profile, and personalization model without having to persist information to a database. Instead, user information is persisted as XML files in the directory specified by the dataStorePath parameter of the provider. This is especially useful to folks who wish to use the ASP.NET model for membership but host their site with a provider that doesn't support database access -- or perhaps, they don't want to pay for it. The goal of this project is to get an Xml Provider library that is 100% complete feature-wise with it's SqlProvider cousins....

Read More:
ASP.NET XmlProvider Library :
Also See:
State Management in ASP.NET : DSV Ramana
Securing .NET code : Mark S. Rasmussen
How to make any WebService Method "Timeout"-able : Peter Bromberg
File Denial : Steve C. Orr
Executing async task in asp.net : Andrea Colaci

Post your comment

Comment