Multiple choice technology programming languages

What is the default authentication mode for IIS

  1. Windows

  2. Anonymous

  3. Basic Authentication

  4. None

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

IIS is configured with Anonymous Authentication as the default setting, allowing any user to access content without providing credentials. This default setting enables public access to web resources. Administrators must explicitly enable other authentication methods like Windows, Basic, or Digest authentication when securing applications. The default prioritizes accessibility over security by design.