Copied to clipboard

Flag this post as spam?

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


  • Abilash Ashok 63 posts 418 karma points
    Dec 18, 2017 @ 09:40
    Abilash Ashok
    0

    URL module and Validation Queue modules not loading

    Hello,

    I have installed SEO Checker in one of my Umbraco instance hosted in Azure. However, the menus - validation queue & redirect manager is showing warning that respective HTTP modules are not loaded correctly.

    seo-check-image

    I have added HttpModules in web.config as per the documentation but still I am getting this error.

    seo-checker-web-config

    Any idea why I am still getting this error?

    Thank you.

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Dec 18, 2017 @ 09:47
    Richard Soeteman
    100

    Hi, You've added this to the httpmodules but in integrated mode of IIS this should be added to /modules

    <remove name="SEOCheckerValidationqueueModule" />
    <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" />
    <remove name="SEOCheckerUrlModule" />
    <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
    

    Hope this helps,

    Richard

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies