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, storing application-wide variables, database connection strings, and security settings.