Hello,
Has anybody written a nhibernate based membership and profile provider, yet? Currently I am using the SqlMembershipProvider and additionally nhibernate. But as I have user-objects in my domain model and in the SqlMembershipProvider I would like to let NHibernate handle the membership/profile-things.
Further another problem occured to me: I need two different connectionStrings for the same MSSQL-Database. When I am using a SQLExpress-Database that gets instanciated when my application runs, I run into problems because the database cannot get instanciated twice :-( Therefore I need a nhibernate-based membership/profile provider.
I am hoping that somebody already implemented this - I don't want to reinvent the wheel :)
Regards and thanks in advance!
|