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.