Multiple choice

Which of the following checks the access control list of the .aspx or .asmx handler file to determine whether a user should have access to the file or not?

  1. QueryString parameter

  2. Password file

  3. File authorization

  4. OidEnumerator

  5. ProtectedData

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

It checks the access control list of the .aspx or .asmx handler file to determine whether a user should have access to the file.