Thursday, August 30, 2007

ASP.net Membership, Roles and Profile

I'm finally playing with the membership part of asp.net - works great, but i may need to develop it w/o using any kind of database - preferably all in plain XML files. It should be fairly easy, since it's all done using the provider model.
Here is a great resource - links all info in one.
4 guys from rolla did a great job as they always do - this part even has a section of code that i may use (still need to build on it though).

Update: CodePlex has complete example on the XmlProvider implementation, which includes Profiles, Memberships and Roles.

No comments: