November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?
<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>
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