You are developing an ASP.NET MVC application that uses forms authentication against an
Oracle database.
You need to authenticate the users.
Which code segment should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
You are developing an ASP.NET MVC application that uses forms authentication against an
Oracle database.
You need to authenticate the users.
Which code segment should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Answer is D
Here is why: “When implementing a custom membership provider, you are required to inherit the MembershipProvider abstract class.”
From: https://msdn.microsoft.com/en-us/library/system.web.security.membershipprovider(v=vs.110).aspx
Correct
D is correct