Add additional security questions to SqlMembershipProvider
The default asp membership provider only allows for one security question and answer. Does anyone know a work around to allow开发者_如何转开发 for more than one question and answer?
Roll you own MembershipProvider, probably SQL-based as well, inheriting from built-in and adding your own logic.
精彩评论