Questions tagged [app-data]
68 questions
0
votes
1 answer
Should a binary file provided by a Web API app be stored in the App_Data folder, or where?
Clients will request the conditional download of a binary file from my Web API app.
The method that responds to this request will probably be something like this:
public HttpResponseMessage GetHHSetupUpdate(double clientVersion)
{
double…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
how to get user appdata path from windows service by running service under local profile
I have written a Windows service that allows me to execute an application.exe by using CreateProcessASUser().
HANDLE hTokenDup = NULL;
DuplicateTokenEx(auToken, MAXIMUM_ALLOWED, NULL, SecurityIdentification, TokenPrimary,…

user3286664
- 1
- 1
0
votes
0 answers
Is there a reliable way to determine the location of App_Data?
I'm using the App_Data directory for SQLite in MVC4/Visual Studio 2010. System.Data.SQLite wants the DB path in the connection string.
Is there a way to reliably resolve the location of App_Data for my connection string that won't require code…

Charles Burns
- 10,310
- 7
- 64
- 81
0
votes
1 answer
why is orchard throwing an error with the app data folder
Created a module and ran it. All worked fine. Copied over a few files from an existing project to save writing out the registration forms again.
Ran the application but now it wont work. From debug, error comes from starter.cs it says:
// Previous…

John
- 3,965
- 21
- 77
- 163
0
votes
2 answers
Visual Studion 2008 App_Data defaults
Is it possible to use the App_Data folder in conjunction with SQL Server 2005?
When I try it specifies Express even though I have changed the Tools>Options>Database>Data Connections to the correct server. I have downloaded SQLEXPR32_x86_ENU.exe…
Dennis Keith
0
votes
1 answer
Images not being replaced correctly in the App_Data folder
Ok, so I have a Visual Studio project and all of the files, images etc that a user uploads get put into the App_Data folder. This worked perfectly fine up until I allowed users to replace images.
I'm having a very specific problem whereby when the…

ediblecode
- 11,701
- 19
- 68
- 116
-1
votes
1 answer
Does Godaddy support database connections to App_Data mdf databases?
Quite simply, what is the correct connection string to an mdf file database located in the App_Data directory of my asp.net website hosted on Godaddy? Naturally this works offline in my developer environment but causes problems when uploading to…

lg1382
- 71
- 11
-1
votes
1 answer
Nokia 925 denim os as mass storage
How to connect Nokia lumia 925 denim os as mass storage in windows 8 or mac os, so i could explore root folder, I basically need this for copying app data?
I ve tried the Guide "Put the phone in mass storage mode" mentioned in…

Sachinlionel
- 75
- 8