Multiple choice technology programming languages In ASP.NET the < authorization > section contain which of the following elements < allow > < deny> Both 1 and 2 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.