Copied to clipboard

Flag this post as spam?

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


  • Henning Molbaek 49 posts 99 karma points
    Nov 08, 2015 @ 10:22
    Henning Molbaek
    0

    Getting 404 to work on 7.2.X and IIS 8.5

    I have installed a 7.2.8 version of Umbraco on a Windows 2012 R2 server with IIS 8.5.

    I have setup 404 as instructed here: https://our.umbraco.org/wiki/install-and-setup/configuring-404-pages

    Both in /config/umbracosettings.config and web.config.

    However, when I try to load a non existing URL I get the default Windows Server IIS 404 page.

    Can anyone help? Is there something I need to do? Perhaps in IIS under error pages for the site?

  • Yasir Butt 162 posts 372 karma points
    Nov 08, 2015 @ 11:13
    Yasir Butt
    0

    I have done this many times and it worked.

    if you are seeing your iis 404 page. have you added this?

    <httpErrors existingResponse="PassThrough"/> in your system.webServer section.

    does id exist which you given in the 404 section in Umbracosettigns.config?

    <error404>1</error404>
    
  • 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