Copied to clipboard

Flag this post as spam?

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


  • Yoann 8 posts 20 karma points
    Jul 09, 2009 @ 10:57
    Yoann
    0

    Extension not found or permission denied Error

    Hello,

    I'am using Umbraco 4.0.2.1 on ASP.NET 3.5.

    It's juste on pages that have a specific docType (but it's working on preview), others pages with an other docType works.

    My docTypes are:

    Base
          Home => working
          Page => the error

     

    Any idea about the problem ?

    Thank's in advance

  • Yoann 8 posts 20 karma points
    Jul 09, 2009 @ 10:59
    Yoann
    0

    Little problem with my poste:

     

    When I try to access to some pages, I have this error:

    "<error>Extension not found or permission denied</error>"

     

  • Per Ploug 865 posts 3491 karma points MVP admin
    Jul 09, 2009 @ 11:19
    Per Ploug
    0

    What are the url to the pages that do not work?

    if they start with /base/... your paths are in conflict with a functionality in umbraco called base. You can disable this in the web.config by removing /base from the reserved paths list.

  • Yoann 8 posts 20 karma points
    Jul 09, 2009 @ 11:26
    Yoann
    0

    That was the problem, thanks to you.

     

    But I don't understand why it's working with /base/home.aspx and not with /base/home/page.aspx

     

     

  • Per Ploug 865 posts 3491 karma points MVP admin
    Jul 09, 2009 @ 11:29
    Per Ploug
    1

    Because /base tries to match a url to a serverside method and no matter what it always needs a url with a certain amounts of '/' in it in to work. So if it just ignores requests if it doesn't have a welformed url.

    The wiki has an explaination on how /base works, which also explains why some urls get caught and some doesn't

    http://our.umbraco.org/wiki/reference/umbraco-base

     

     

  • Yoann 8 posts 20 karma points
    Jul 09, 2009 @ 11:34
    Yoann
    0

    Ok,

    Thanks for your help, I will pay attention to this in the futur

  • 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