admin asked a Question in ASP.NET

What is the functionality of ASP .NET App_Data Folder?

The App_Data folder holds the data stores utilized by your website or web application. It is a central location for storing databases. The App_Data folder can contain Microsoft SQL Express files (.mdf and .sdf files), Microsoft Access files (.mdb files), XML files etc.

Updated September 13, 2011