c# - Anyone using ASP.NET MembershipProvider with Nhibernate? -


I am trying to implement membership control in the MVC 2 application and I'm having trouble dealing with the membership category .

I have my own data store (in Postgrasskle) and I'm using Nhibernate to deal with it in C #. The thing is that I have my own user class, but I can not use it with any provider who found that the membership applies, because all the functions return the predefined subscription user category and I can not return it myself.

I'm losing my mind, is there any way I can work with it, or should I apply everything myself?

Thanks in advance!

You want to see the project and use it as the basis for making it.


Comments