Top "App-data" questions

What is the App_Data folder used for in Visual Studio?

When creating a new ASP.NET application in Visual Studio, a couple of files and folders are created automatically. One …

asp.net .net visual-studio security app-data
ASP.Net - App_Data & App_Code folders?

What is the point of having App_code & App_data folders? Why doesn't my objectDataSource detect classes unless files …

asp.net app-code app-data
Images that are in App_Data folder not shown in browser

When I set image URL property to asp image control that is in App_Data folder, image is showing in …

asp.net image app-data
Where "include files from the App_data folder" option?

According this answer, it should be option "include files from the App_data folder" when you publish ASP.NET application. …

asp.net visual-studio-2010 publishing app-data
How to install a file in app data in setup project (C#)

I want to install my database to a separate folder (@ C:\Users\User1\AppData\Roaming\Company1\database.mdb) I'm using …

c# installation setup-project app-data
How can I write data to the App_Data folder in ASP.NET MVC?

I can write data to the App_Data folder in my ASP.NET Web API app like so: string appDataFolder = …

c# asp.net-mvc pdf asp.net-web-api app-data
ASP.NET MVC 4 Access to the path App_Data is denied

I have been getting the following error after publishing my site: System.UnauthorizedAccessExceptionAccess to the path 'C:\inetpub\MySite\App_…

c# asp.net-mvc simplemembership unauthorizedaccessexcepti app-data