Questions tagged [app-data]

68 questions
1
vote
0 answers

where is my app_data folder on Azure?

I am deploying my project to Azure. I'm checking the files that have been deployed and I can't seem to find App_Data folder in there (which contains some important files for my project). How can I make the 'Publish' process actually adding the…
dsb
  • 2,347
  • 5
  • 26
  • 43
1
vote
1 answer

Asp.net app_data folder contains db

I am using VS 2005 I am new to asp.net i have a project created in asp.net c# which is using sql server express edition local database. there is a app_data folder there is *.mdf file inside i can see it also i can browse the tables from it. In app…
d-man
  • 57,473
  • 85
  • 212
  • 296
1
vote
1 answer

"404.0 - Not Found" when opening PDF File in App_Data folder on local IIS Express

While Debugging I have some PDF-Files in App_Data folder of my WebSite (in production the files are located somewhere else) because I want to avoid that they are getting deployed. Inside the code I can access and manipulate the files. But if I want…
afj
  • 179
  • 1
  • 5
  • 13
1
vote
2 answers

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_Data' is denied. Turns out it's because it can't access App_Data\ASPNETDB.MDF. This is because it doesn't…
1
vote
1 answer

Getting Access denied trying to read a file in App_Data in a ASP.NET project - Any pointers?

I've an XML file stored in App_Data which is only used to read some configuration on startup. When I attempt to open it within my code, I get an Access to the path ... is denied message. I'm having trouble understanding why, and how to solve it. I…
dermdaly
  • 529
  • 4
  • 14
1
vote
1 answer

Access an XML file in /App_Data folder of my WCF service?

How do I access an XML file I added to /App_Data folder in my WCF Service?
Nevin Mathai
  • 2,316
  • 13
  • 39
  • 54
1
vote
1 answer

Using Cryptography to Store data safely

Background According to a new Android developers blog post (available here), you should use a new technique in order to encrypt and decrypt sensitive data (for example passwords) stored in either the database or the sharedPreferences, so that even…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
1
vote
1 answer

SQL Server Express database is file or like normal mysql database which is behind a mysql server

I would like to know if I create a database which is in asp.net mvc4 app_data folder will be like MS Access database or will be like MySQL database which can be used calling the MySQL server? What is different between SQL Server Express and normal…
Emrah Mehmedov
  • 1,492
  • 13
  • 28
1
vote
2 answers

a file-base FoxPro Database in asp.net issues

I have a collection of data stored in a FoxPro database in my local system . I want to use this data in my website . now I don't know what is the best way to use it . 1- to place the database itself in app_data and use VFP Oledb provider to extract…
mohsen dorparasti
  • 8,107
  • 7
  • 41
  • 61
0
votes
1 answer

Access denied creating App_Data subdirectory

I've created a user from the ASP.NET Configuration I'm using sql server but I haven't created any database for membership. I did add this to the config file:
Sosy
  • 109
  • 1
  • 2
  • 12
0
votes
0 answers

how to set connectionString for connect Database inside App_Data in Asp.net Core

Old Project Web.config Following ConnectionString use for App_Data Database Connection
User
  • 1,334
  • 5
  • 29
  • 61
0
votes
1 answer

Using Google Drive API to edit other user's files

I am building an app that functions as a markdown editor, and have Google authentication / login functioning. I have users asking if they can choose to have their documents save to their google drive rather than to my servers, which seems to work…
Trevor Buckner
  • 588
  • 2
  • 13
0
votes
1 answer

Can I use App_Data folder as a normal folder in my C# ASP.NET MVC application?

I understand this folder App_Data is normally for database files etc but I want this now for images, the idea being users upload images into this folder and they can be accessed from the website, I basically want App_Data to be used/thought of as a…
Martin Cooke
  • 526
  • 1
  • 4
  • 18
0
votes
1 answer

How to hanlde list data that doesn't belong to a model an isn't a model by its own in rails?

In my rails project I have diferent list of data that I have to mantain with CRUD operations and each list doesn't deserve a model or an entire scaffolding to maitain it, what's the best way to handle this on rails? Now I'm using a List model with…
fespinozacast
  • 2,484
  • 4
  • 23
  • 38
0
votes
1 answer

Create App_Data and register Excel application on ASP.NET deployment? (IIS7)

I am deploying an ASP.NET MVC3 application in IIS7. I already deployed other applications but they never made use of the App_Data folder or any additional component such as the Interop library. I used the one click deployement and I sue the default…
CiccioMiami
  • 8,028
  • 32
  • 90
  • 151