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?
Suggested Answer:D🗳️
When implementing a custom membership provider, you are required to inherit the MembershipProvider abstract class. There are two primary reasons for creating a custom membership provider. You need to store membership information in a data source that is not supported by the membership providers included with the .NETFramework, such as a FoxPro database, an Oracle database, or other data source. You need to manage membership information using a database schema that is different from the database schema used by the providers that ship with the .NET Framework. A common example of this would be membership data that already exists in a SQL Server database for a company or Web site. Reference: MembershipProvider Class https://msdn.microsoft.com/en-us/library/system.web.security.membershipprovider(v=vs.110).aspx
This section is not available anymore. Please use the main Exam Page.70-486 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hungry_ape9000
Highly Voted 4 years, 12 months agoarohh
Most Recent 4 years, 5 months ago