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"]')
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
add another entry in web.config in umbracoReservedUrls key in appsettings
Hi Bharath,
And if you need to *ignore* the complete /Applications folder, add the folder to the web.config's umbracoReservedPaths entry
Hope this helps.
Regards,
/Dirk
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
is working on a reply...