How to implement Custom Membership and Roles in Oracle DB. are we need to write the overload for the Membership Function ? If yes then How ?
Where is the Database Schema for Membership and roles for oracle.
How to implement Custom Membership and Roles in Oracle DB. are we need to write the overload for the Membership Function ? If yes then How ?
Where is the Database Schema for Membership and roles for oracle.
You should use a custom membership provider. When you create a class which inherits from membershipprovider it should implment all the right classes automatically. You can also override the membershipuser if you want to add some custom features.
I would use the custom membership provider just as a container so i would use another class to handle all the database calls and such.
In ProfileManager for instance: