Multiple choice technology web technology

What are special ASP.NET folders that can be added/used in ASP.NET web site project. Choose corerect options from following list.

  1. Bin,

  2. Debug

  3. App_Code,

  4. App_Data

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

Bin (compiled assemblies), App_Code (shared class files), and App_Data (database files, XML files) are special ASP.NET folders with specific runtime behaviors. Debug is not a special ASP.NET folder - it's typically used in development but doesn't have reserved status in ASP.NET.