🎴 Flashcard Mode

Cybersecurity and Vulnerabilities

Card1 / 31
Mastered0
Review0
QuestionClick to flip

How to implement authentication via web.config?

AnswerClick to flip back
A
Include the authentication element.
💡 Explanation:

Authentication in an ASP.NET application via web.config is configured using the authentication configuration element within the system.web section. Authorization is handled separately using the authorization element.

Change Mode