Multiple choice technology web technology

Asp.net 3 and 3.5 does not have an independent machine.config file

  1. True

  2. False

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

ASP.NET 3.0 and 3.5 do not have independent machine.config files - they share the machine.config file with the .NET Framework version they are built on (2.0 for 3.0/3.5). The configuration hierarchy is inherited from the framework version, not version-specific at the machine level.