Multiple choice

Which ASP.NET folder is used to store files such as .mdf, .mdb and XML?

  1. Bin

  2. App_Code

  3. App_Data

  4. App_Database

  5. App_Browser

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

The App_Data folder is used as a data storage for the web application. It can store files such as .mdf, .mdb and XML. It manages all of our application's data centrally. It is accessible from anywhere in your web application.