Multiple choice technology web technology

Web.config files are _______. The Machine.config file is _____.

  1. Required, required

  2. Required, Optional

  3. Optional, Optional

  4. Optional, Required

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

Web.config files are optional - applications can run without them using inherited settings. Machine.config is required as it defines the base configuration for the entire .NET framework on a machine. This hierarchical design allows optional application-specific overrides of required framework-level defaults.