Multiple choice technology web technology

Choose correct Configuration sections present in Web.Config file.

  1. Appsettings

  2. ConnectionStrings

  3. System.Data

  4. Compilation

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

Web.config contains standard configuration sections including appSettings (application settings), connectionStrings (database connections), and compilation (build settings). System.Data is not a valid top-level configuration section - database providers are registered differently.