Whenever I restart my application I get an error:
System.IO.DirectoryNotFoundException
Could not find a part of the path 'D:\local\Temp\UmbracoXml\608b0d71071f71cf25a2caxxxxca07846249\umbraco.config'.
I've tried to check the directory but Umbraco didn't even create UmbracoXml in Temp folder.
It seems that my setting (umbracoContentXMLStorage) is working, since it is looking for the file in temp but why it doesn't create the folder and the files?
P.S: I have Back office on an App ServicePlan separated from the Web so I can scale out the web when ever I needed
Hi, did you have any answer of this? I'm facing the same issue with Umbraco 7.6.3 and a Flexible load balancing configuration as described here in Umbraco Documentation.
Umbraco.config doesn't get created on Azure
I'm on Umbraco 7.7.2 and I have published my code to Azure app service using the documentation in here: https://our.umbraco.org/documentation/getting-started/setup/server-setup/azure-web-apps
Whenever I restart my application I get an error: System.IO.DirectoryNotFoundException Could not find a part of the path 'D:\local\Temp\UmbracoXml\608b0d71071f71cf25a2caxxxxca07846249\umbraco.config'.
I've tried to check the directory but Umbraco didn't even create UmbracoXml in Temp folder.
It seems that my setting (umbracoContentXMLStorage) is working, since it is looking for the file in temp but why it doesn't create the folder and the files?
P.S: I have Back office on an App ServicePlan separated from the Web so I can scale out the web when ever I needed
Hi, did you have any answer of this? I'm facing the same issue with Umbraco 7.6.3 and a Flexible load balancing configuration as described here in Umbraco Documentation.
Thank you.
Facing the same issue. Anyone got this resolved?
is working on a reply...