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
Hi
I think you can find the solution to your problem in this post: http://our.umbraco.org/forum/getting-started/installing-umbraco/8274-I-am-so-lost!
You need to exclude the directory in the web.config when Umbraco is installed. Otherwise it "takes control" of the .aspx pages so to speak.
/Jan
is working on a reply...