Multiple choice technology web technology

The ASP.NET 2.0 Application Folder used to store your classes, .wsdl files and typed datasets is,

  1. \App_Code

  2. \App_Data

  3. \App_Theme

  4. \App_Browsers

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

The App_Code folder in ASP.NET 2.0 is a special application folder for storing class files, WSDL files, and typed datasets that are automatically compiled at runtime. App_Data stores database files, App_Theme contains theme files, and App_Browsers holds browser capability definitions - each serving different purposes in the application structure.