Multiple choice technology web technology

What is the name of configuration file used in ASP.Net?

  1. App.Config

  2. Web.Config

  3. ASP.Config

  4. App.INS

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

Web.config is the standard XML-based configuration file used in ASP.NET applications to manage settings like connection strings, authentication, and custom application settings. App.config is used for Windows desktop applications.