Multiple choice technology web technology

Choose correct Configuration section Groups present in Web.Config file.

  1. System.Web

  2. System.Net

  3. Pages

  4. authentication

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

System.Web and System.Net are top-level configuration section groups in Web.config. System.Web contains ASP.NET-specific settings like authentication, authorization, and custom errors, while System.Net contains networking configuration like mail settings and request authentication. Pages and authentication are individual sections within System.Web, not separate section groups.