App Data persistance
Every time that I deploy the App Data folder gets overwritten and the site uses App Data to store the dll's for compilation as well as configuration etc. Is there anyway to persist the AppData folder between deploys or to pull down a copy of it before deploying?
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by friism on 21 Mar, 2011 06:13 PM
Both persisting and making App_Data downloadable is something we want to do. In the meantime, unless dll's and configuration are updated be the app while it's running, you should probably place them someplace else (dll's in a
libfolder, for example).friism closed this discussion on 21 Mar, 2011 06:13 PM.