Copied to clipboard

Flag this post as spam?

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


  • Bharath 40 posts 62 karma points
    Apr 16, 2010 @ 06:49
    Bharath
    0

    Error: umbraco tried this to match it using this xpath query'/root/node/node ???

    Following is the Page not found error that i received when i tried to access an "Applications/search.ASPX" in root folder of Umbraco ???

    umbraco tried this to match it using this xpath query'/root/node/node [@urlName = "applications"]/node [@urlName = "search"] | /root/node [@urlName = "search"]')

    http://localhost:8088/Applications/search.aspx

    I want to access the aspx that i have implemented. What config change that i need to make .config files...??? please let me know.

    Umbraco CMS Folder Organization

    /

    /Applications

    .............search.aspx

    /config

    /css

    /data

    /umbraco

    /umbraco_client

     

  • skiltz 501 posts 701 karma points
    Apr 16, 2010 @ 06:58
    skiltz
    0

    add another entry in web.config in umbracoReservedUrls key in appsettings

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Apr 16, 2010 @ 09:40
    Dirk De Grave
    0

    Hi Bharath,

    And if you need to *ignore* the complete /Applications folder, add the folder to the web.config's umbracoReservedPaths entry

    <add key="umbracoReservedPaths" value=",/umbraco,/install,/Applications" />

     

    Hope this helps.

    Regards,

    /Dirk

  • Bharath 40 posts 62 karma points
    Apr 16, 2010 @ 17:23
    Bharath
    0

    The solutions above solved the problem that i was facing.... :) :) :)

    You GUYS are really helpful on the heardles that i am facing while exploring the Umbraco CMS... THANKS a LOT...!!!

    Regards, Bharath

Please Sign in or register to post replies

Write your reply to:

Draft