Hi there,
I was trying to implement a custom membership provider, everything goes well, I can connect, I can change user details, but as soon as I create user, I got this error when it tries to get the user after I complete create a user.
The error is coming from my web.config, it is saying it's a ConfigurationErrorsException, and it also says that the problem is on my type under the config file, I am sure that the provider type I provided is correct, such as
type="MyNamespace.MyCustomMembershipProvider"
Please help me
Thanks