Multiple choice technology web technology

Which section of the Config.Web file is used for storing a list of authorized users?

  1. Authentication

  2. Authorization

  3. Security Policy

  4. Prerequisition

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The section in Web.config defines authorization rules that specify which users or roles can access specific resources. The section defines the authentication mode (Forms, Windows, Passport, None), but authorization rules controlling user access are separate.