Using the <providers> element in Web.config

N

Nathan Sokalski

I do not want my CreateUserWizard to require a confirmation question and
answer. In order to do this, I need to set some of the attributes of the
following elements in Web.config:

<system.web>
<membership>
<providers>
<add requiresQuestionAndAnswer="false"/>
</providers>
</membership>
</system.web>

I want to use the default ASP.NET membership provider and settings for
pretty much everything, so other than the requiresQuestionAndAnswer="false"
attribute, I just need to know the bare minimum required attributes for the
above elements. However, because I am relatively new to the Login controls,
I am not sure what these would be. If somebody could help me, I would
greatly appreciate it. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top