Multiple choice technology platforms and products

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

  1. < allow >

  2. < deny >

  3. Both A) and B)

  4. None of the Above

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

ASP.NET authorization sections use both and elements to control access rules. These elements specify which users or roles can or cannot access specific resources, forming the complete authorization framework.