November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
For others with some kind of same issue regarding shared VPP in Load balanced environment.
I downloaded TNTDrive (in use with Amazon S3) and used that as a virtual disk. This way i could set the virtual path to a local path
Hello,
I'm running a EpiServer project where i want to take use of Amazon S3, to host images, etc...
I've downloaded NuGet for Visual Studio and added the AWSSDK and Geta.AmazonS3 libraries to be able to add Amazon S3 as virtual path provider.
I added this line to EpiServer.config:
And it works fine for global files.
But when i try to add the same for pagefiles i get the message:
"The VirtualPathProvider configured to handle page files must return directories that implement IPageDirectory".
Anyone have an idea of what could be wrong, or what needs to be done?
By looking at the library it looks like it implements IPageDirectory (Or at least Unified File System).
Geta.AmazonS3 Library