Profile Provider for ASP.NET That Stores Profile Info in File System
Posted
by LBushkin
on Stack Overflow
See other posts from Stack Overflow
or by LBushkin
Published on 2010-01-10T19:50:29Z
Indexed on
2010/04/15
23:13 UTC
Read the original article
Hit count: 564
Does anyone know of an open source implementation of an ASP.NET ProfileProvider
that stores user profile information in the file system?
I would prefer to avoid writing my own if a decent implementation already exists - while the API doesn't look to complicated, I'd rather not re-invent the wheel (so to speak).
Hopefully this doesn't matter, but I am using .NET 3.5 with ASP.MVC 1.0.
Thanks in advance.
© Stack Overflow or respective owner