Multiple choice technology programming languages

What is the Web.config file used for ?

  1. To store the global information and variable definitions for the application

  2. Configures the time that the server-side codebehind module is called

  3. To configure the web server

  4. To configure the web browser

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

The Web.config file is the primary configuration file for ASP.NET applications, used to store application-level settings, connection strings, custom errors, and global variables. While it can configure IIS web server settings locally, its primary role is managing application configurations rather than the general web browser or server.