Multiple choice technology web technology

ASP.NET 2.0 has built-in capability for validating users and their roles. These users and roles are stored in ?

  1. SQL server 2005

  2. MS Access

  3. MS Excel

  4. SQL Server Express

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

ASP.NET 2.0's membership and roles system stores user authentication and authorization data in SQL Server Express by default. This provides a free, embedded database option for user management without requiring a full SQL Server license.