Multiple choice technology programming languages

In ASP.NET the < authorization > section contain which of the following elements

  1. < allow >

  2. < deny>

  3. Both 1 and 2

  4. None

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

In ASP.NET's web.config file, the section is used to control access rules for specific users or roles. This section contains elements to grant access and elements to restrict access. Both elements work together to define authorization rules.