Developing ASP.NET MVC Web Applications — Question 147
You are developing an ASP.NET MVC application.
You need to authenticate clients by using an ASP.NET membership database.
Which authentication method should you implement?
Answer options
- A. Kerberos
- B. Windows
- C. Forms
- D. Basic
Correct answer: C
Explanation
The correct answer is C, Forms authentication, as it is specifically designed for web applications and integrates seamlessly with ASP.NET membership databases. Other options like Kerberos and Windows authentication are more suited for intranet environments and require a different setup, while Basic authentication lacks the security features needed for modern web applications.