Multiple choice Which ASP.NET folder is used to store files such as .mdf, .mdb and XML? Bin App_Code App_Data App_Database 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.