Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Quinlan 6 posts 99 karma points
    Nov 15, 2018 @ 17:21
    David Quinlan
    0

    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

  • David Quinlan 6 posts 99 karma points
    Nov 16, 2018 @ 10:49
    David Quinlan
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft