Multiple choice technology web technology What is the name of configuration file used in ASP.Net? App.Config Web.Config ASP.Config 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.