Question
Selection List
You are developing an ASP.NET MVC application. You need to store membership information in a Microsoft SQL Server database.
How should you configure the membership provider?
(To answer, select the appropriate options in the answer area.)
...
<membership defaultProvier="SqlProvier">
...
<providers>
</membership>
<add name="SqlProvider"
applicationName="MyApplication" />
<provider/>