I just noticed that our Temp-folder in App_Data only contains an FileUploads-folder. I am missing ClientDependency, ExamineIndexes .. and other folders. (Browsing with FTP, SCM, VS Server Explorer)
We have no errors on our production site. No log errors about this. Search-function is working. I can reindex in Backoffice.
The problem is only on our production web app in Azure. The msising folders exists in our test web app in Azure.
We use UmbracoFileSystemProviders.Azure to store Media in blob (test and production). Same settings, different blob-urls.
Where can I find our missing files/folders in production?? :)
Gaah!
Umbraco Temp-files (Azure)
Hi
I just noticed that our Temp-folder in App_Data only contains an FileUploads-folder. I am missing ClientDependency, ExamineIndexes .. and other folders. (Browsing with FTP, SCM, VS Server Explorer)
We have no errors on our production site. No log errors about this. Search-function is working. I can reindex in Backoffice.
The problem is only on our production web app in Azure. The msising folders exists in our test web app in Azure.
We use UmbracoFileSystemProviders.Azure to store Media in blob (test and production). Same settings, different blob-urls.
Where can I find our missing files/folders in production?? :) Gaah!
App service plan: Default1 (Standard). S1
Oooh! Found it!
We had this line i web.config from when tried to use load balanced.
https://our.umbraco.com/documentation/reference/config/webconfig/
is working on a reply...