HOTSPOT
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.)
A.
Type=”System.Web.Security.SqlMembershipProvider”
B.
Type=”System.Web.Security.SqlProvider”
C.
ConnectionString=”SqlServices”
D.
ConnectionStringName=”SqlServices”