Multiple choice technology web technology

Which of this is not a proper authentication process for IIS

  1. Basic access authentication

  2. Digest access authentication

  3. Integrated Windows Authentication

  4. Anonymous Access Authentication

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

Anonymous Access is not an authentication process at all - it allows access without verifying user identity. Basic, Digest, and Integrated Windows Authentication are all proper authentication methods that verify user credentials before granting access.