Board index » Web Programming » App_Data folder, is it always necessary
|
Parimal
|
|
Parimal
|
App_Data folder, is it always necessary
Web Programming173
Is it always necessary to upload to the host, the App_Data folder if my db does not reside in that folder? -- L. A. Jones - |
| Juan
Registered User |
Sun Jul 15 14:15:36 CDT 2007
Re:App_Data folder, is it always necessary
Short answer : no.
Juan T. Llibre, asp.net MVP asp.net faq : asp.net.do/faq/">asp.net.do/faq/ foros de asp.net, en español : asp.net.do/foros/">asp.net.do/foros/ ====================================== "Dave" <Dave@discussions.microsoft.com>wrote in message news:7671D67F-FE71-4A44-B629-45E092CE4A0F@microsoft.com... QuoteIs it always necessary to upload to the host, the App_Data folder if my db - |
| Dave
Registered User |
Sun Jul 15 14:42:01 CDT 2007
Re:App_Data folder, is it always necessary
It is because my host is telling me that the problem with my db is related to
the fact that I have not uploaded a App_Data folder. I kinda felt that this was not so because my program works fine on my development machine with App_Data folder. -- L. A. Jones "Juan T. Llibre" wrote: QuoteShort answer : no. |
| Juan
Registered User |
Sun Jul 15 14:52:59 CDT 2007
Re:App_Data folder, is it always necessary
Whether an App_Data directory is needed, or not, may be related to your ISP's rules.
An ISP can ban databases from residing anywhere other than App_Data. The only thing to have in mind, if your data resides somewhere else than in App_Data, is that, unless it's a SQL Server or similar DBMS, your data might be at risk if the data resides within a virtually accesible online directory. Juan T. Llibre, asp.net MVP asp.net faq : asp.net.do/faq/">asp.net.do/faq/ foros de asp.net, en español : asp.net.do/foros/">asp.net.do/foros/ ====================================== "Dave" <Dave@discussions.microsoft.com>wrote in message news:B87817D9-7D3B-43BF-866D-6DEDBF82E000@microsoft.com... QuoteIt is because my host is telling me that the problem with my db is related to - |
