Multiple choice .net asp

There can be more than 1 machine.config file in a system

  1. True

  2. False

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

A system can have multiple machine.config files if multiple versions of the .NET Framework are installed. Each version (e.g., v2.0, v4.0) has its own configuration directory and its own machine.config file to manage settings specific to that runtime version.