Multiple choice technology web technology

All class's source codes are found in which of the following directory?

  1. \App_Code

  2. \App_Theme

  3. Solution Explorer

  4. Server Explorer

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

In ASP.NET, the \App_Code directory is specifically designed to store raw source code files (such as .cs or .vb classes) which are automatically compiled at runtime. \App_Theme is used for styling, while Solution Explorer and Server Explorer are IDE tool windows, not directories.