EPiServer CMS 7.5 path to blobs in a load balanced environment

In Episerver 7.5 version 7.14  the config files are gone!

EpiserverFramework.config and Episerver.config have been removed.

So how to change path to blob storage (old vpp catalog)

Edit the web.config and add the blob section:


<episerver.framework>
<blob defaultProvider="fileShare">
<providers>
<add name="fileShare" path="\\SharedFiles\blobs" type="EPiServer.Framework.Blobs.FileBlobProvider, EPiServer.Framework">
</add>
</providers>
</blob>
      <appData basePath="App_Data" />
    etc.............
 </episerver.framework>

Inga kommentarer:

Skicka en kommentar