Hi all,
I have an issue with Media blobs being stored on 2 different locations. I defined a custom blob location in the web.config:
<blob defaultProvider="fileShare">
<providers>
<add name="fileShare" path="\{location}\blobs" type="EPiServer.Framework.Blobs.FileBlobProvider, EPiServer.Framework" />
</providers>
</blob>
Sometimes blobs are stored in this defined location correctly, but sometimes however the blobs are also stored in the App_Data folder, which I don't want. I just want to use the custom location, since we have a Load-balanced setup for production.
Is there an extra setting which i have to use to prevent it?
Similar topic in the past: