I have a MVC3 site which needs users to be able to login in the domain\user password style and user password style. One against AD and the other against a EF Table. How can I go about creating a hybrid membership provider? Has anyone successfully done this and has best practices?
Share
What about writing an own MembershipProvider implementation and forward to the other two providers?