Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
Just wondering if it's possible to exclude the entire AppData folder when setting up File Storage with File Replication on windows server, as in this article https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/files-replicated , rather than specific folders under AppData? Are there any files that Umbraco would use that should be shared under there?
Dave
Hi Dave,
It's only the TEMP folder within App_Data that should be excluded.
Jeavon
As long as you move the umbraco.config to within TEMP
<add key="umbracoContentXML" value="~/App_Data/TEMP/umbraco.config" />
Thats a good idea, I'll move it inside the temp folder, thanks Jeavon!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
DFS File replication, can you just exclude the whole App_Data folder?
Hi All,
Just wondering if it's possible to exclude the entire AppData folder when setting up File Storage with File Replication on windows server, as in this article https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/files-replicated , rather than specific folders under AppData? Are there any files that Umbraco would use that should be shared under there?
Dave
Hi Dave,
It's only the TEMP folder within App_Data that should be excluded.
Jeavon
As long as you move the umbraco.config to within TEMP
Thats a good idea, I'll move it inside the temp folder, thanks Jeavon!
is working on a reply...