Quantcast
Channel: Using Optimizely Platforms
Viewing all articles
Browse latest Browse all 8020

Blobs are stored in app_data folder, regardless of custom blob fileshare definition

$
0
0

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:

https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2014/11/configure-the-blob-path-in-a-load-balanced-environment/


Viewing all articles
Browse latest Browse all 8020

Trending Articles