How to configure the MembershipProvider in System.Web?
- by Mickel
Hello!
In a project that I'm currently working on, we use the System.Web.Security MembershipProvider as our provider for membership and roles.
Now, we do not only use this for a web application, but also a WCF & WPF application.
So my question is: Where do I put the configuration of the MembershipProvider so that it applies for both web and WPF?
The configuration I'm talking about is stuff like RequiresQuestionAndAnswer, RequiresUniqueEmail, PasswordFormat etc.