How to configure the MembershipProvider in System.Web?
Posted
by Mickel
on Stack Overflow
See other posts from Stack Overflow
or by Mickel
Published on 2010-03-20T13:33:15Z
Indexed on
2010/03/20
13:41 UTC
Read the original article
Hit count: 198
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.
© Stack Overflow or respective owner