Developing ASP.NET MVC Web Applications — Question 171
You are developing an ASP.NET MVC application.
You need to authenticate clients by using NT LAN Manager (NTLM).
Which authentication method should you implement?
Answer options
- A. Basic
- B. Windows
- C. Forms
- D. Kerberos
Correct answer: B
Explanation
The correct answer is B, Windows authentication, as it is specifically designed to work with NTLM. Options A (Basic), C (Forms), and D (Kerberos) do not utilize NTLM for authentication, making them unsuitable for this scenario.