I created a custom membership provider and implemented the methods that I need. Now I need to add my own custom method that relates to the password.
I added a new method, but I canβt use it anywhere in the code. Can I add methods to my custom membership provider or is this done elsewhere?
source share