I have a custom database schema that I want to use for the Custom Membership Provider.
Can anyone give a step by step procedure to do so because when I tried to create a class library project and extended my CustomProvider
there was no MembershipProvider
, just the SqlMembershipProvider
and the ActiveDirectoryMembershipProvider
, even with all the references attached.
Please help me guys with it.