app-data Questions

8

Solved

When I set image URL property to asp image control that is in App_Data folder, image is showing in page design view but not in browser. <form id="form1" runat="server"> <div> <asp:...
Aristotelian asked 5/10, 2009 at 12:28

3

Solved

I want to install my database to a separate folder (@ C:\Users\User1\AppData\Roaming\Company1\database.mdb) I'm using a C# setup project. How can I do it?
Spasm asked 2/12, 2011 at 10:1

3

Solved

I published my project with Visual Studio 2010 Ultimate SP1 and I have a bunch of files in ~/App_Data. I don't remember if the first upload of appdata was with FTP or with WebDeploy. The problem i...
Essary asked 13/6, 2012 at 4:11

9

Solved

When creating a new ASP.NET application in Visual Studio, a couple of files and folders are created automatically. One of those folders is called App_Data. Also when publishing a website by select...
Sputum asked 9/2, 2009 at 16:30

1

Solved

I have 2 image files in my App_Data directory and I want to show them in my view like this: @foreach (var media in Model) { <div class="col-lg-3 col-md-4 col-xs-6 thumb"> <a class="thum...
Tapeworm asked 19/12, 2013 at 17:28

1

I'm using the MVC Code First approach to create a SQL Compact database (from WebConfig: data source=|DataDirectory|MailBoxDB.sdf). The .sdf file should get created automatically, and it does if I m...
Hutchings asked 14/8, 2011 at 21:35

2

Solved

I'm using Visual Studion 2008 to build and deploy a webservice project. I've added a bunch of files to the App_Data folder: some xml, some plain text and 2 pdf's. All these files are included in th...
Civet asked 12/8, 2009 at 14:40

2

Solved

How do i get app_data querystring from a Facebook webforms app? I want to be able to send some info in the querystring so i can display different home screen on my app. The app is sittin in a page ...
Facer asked 8/7, 2011 at 13:38

3

Solved

What is the point of having App_code & App_data folders? Why doesn't my objectDataSource detect classes unless files are in App_Code? Please provide as much detail as you can, I'm new to ASP....
Disestablish asked 20/9, 2011 at 5:11

2

My Microsoft Access DB file is in APP_DATA folder. my server is Windows 2003 and I like to know how is the best way to protect this file. so which one is safer ? ./wwwroot/App_data/Database.mdb ...
Mccready asked 7/1, 2011 at 10:0
1

© 2022 - 2024 — McMap. All rights reserved.