Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I've followed instructions here to configure this plugin.
https://our.umbraco.com/packages/developer-tools/azure-cdn-toolkit-for-umbraco/
However, I have setup my CDN - but not uploaded images from local machine yet.
My web.config is set as follows for now...
AzureCDNToolkit:UseAzureCdnToolkit" value="false"
In imageprocessor/cache.config , I've set to use DiskCache. I've cleared app_data etc rebuilt indexes etc...
When I run the site on local host, I'm seeing the correct local path to my media files when I view source, but they are not rendering in the browser.
In short, with all this switched off, why are my local images not showing / rendering on the site?
I've made no markup changes in razor views so the view side is not using any @Url.ResolveCdn methods etc..
I would expect site to work as it did prior to installing any of these plugings.. which as far as I can tell, are all switched off.
Thanks,
David
Progress (in case anyone is following in suspense!)
To enable local host to work with CDN etc switched off, it was necessary to add some settings related to the UmbracoFileSystemProviders.Azure.
https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
Adding local FileSystemProvider to resolve to development storage and adding media to local storage - and associated web.config settings.
Still, not a complete "off" using local media but at least works in development mode.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
AzureCDNToolkit UseAzureCdnToolkit = false
Hi,
I've followed instructions here to configure this plugin.
https://our.umbraco.com/packages/developer-tools/azure-cdn-toolkit-for-umbraco/
However, I have setup my CDN - but not uploaded images from local machine yet.
My web.config is set as follows for now...
AzureCDNToolkit:UseAzureCdnToolkit" value="false"
In imageprocessor/cache.config , I've set to use DiskCache. I've cleared app_data etc rebuilt indexes etc...
When I run the site on local host, I'm seeing the correct local path to my media files when I view source, but they are not rendering in the browser.
In short, with all this switched off, why are my local images not showing / rendering on the site?
I've made no markup changes in razor views so the view side is not using any @Url.ResolveCdn methods etc..
I would expect site to work as it did prior to installing any of these plugings.. which as far as I can tell, are all switched off.
Thanks,
David
Progress (in case anyone is following in suspense!)
To enable local host to work with CDN etc switched off, it was necessary to add some settings related to the UmbracoFileSystemProviders.Azure.
https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
Adding local FileSystemProvider to resolve to development storage and adding media to local storage - and associated web.config settings.
Still, not a complete "off" using local media but at least works in development mode.
is working on a reply...