Multiple choice

Which of the following statements is FALSE with reference to ASP.NET configuration system?

  1. Configuration information is stored in XML-based text files.

  2. It is extensible.

  3. A web application can have only one web.config file.

  4. The user cannot access a web.config file directly.

  5. Changes in the configuration files are updated automatically.

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

There can be multiple web.config file in multiple directories on an ASP.NET Web application server. Each Web.config file applies configuration settings to its own directory and all child directories.