Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Change filepath of default blob provider

Vote:
 

Hi 

Can I change the filepath of the default blob provider. I would like it to look at a shared filepath but I want to keep all other files under appdata  i.e. Modules. I don't really want to write my own blob provider to achieve it - if it's possible with the default then great otherwise I think i will just live with all appdata on a shared location

Thanks for any all help

Tim B

#87395
Jun 12, 2014 12:08
Vote:
 

Hey, Tim, which version exactly are you using? 

In EPi 7.6 and on, Modules are under wwwroot/modules/_protected, while blobs are inside a shared folder. If I understand correctly, this is what you want to achieve?

Is upgrade an option for you?

#87399
Jun 12, 2014 12:55
Vote:
 
<episerver.framework>
  <blob defaultProvider="fileShare">
    <providers>
      <add name="fileShare" path="d:\path\to\blobs" type="EPiServer.Framework.Blobs.FileBlobProvider, EPiServer.Framework" />
    </providers>
  </blob>
</episerver.framework>
#87402
Jun 12, 2014 14:23
Vote:
 

Thank you Torjus that's worked

#87473
Jun 13, 2014 14:09
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.