we've had an asp.net application running for some months on Umbraco 4.0.2.1. Now suddenly we are getting a modal page:
No umbraco document matches the url 'http://infonet.bcc.qld.gov.au/details.aspx?uid=BCC|089488&ctr=7&rwndrnd=0.049349989060392674'
umbraco tried this to match it using this xpath query'/root/node [@urlName = "details"] | /root/node/node [@urlName = "details"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
Page Not Found
Hi,
we've had an asp.net application running for some months on Umbraco 4.0.2.1. Now suddenly we are getting a modal page:
No umbraco document matches the url 'http://infonet.bcc.qld.gov.au/details.aspx?uid=BCC|089488&ctr=7&rwndrnd=0.049349989060392674'
umbraco tried this to match it using this xpath query'/root/node [@urlName = "details"] | /root/node/node [@urlName = "details"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
This modal page appears on top of the page being called so it is getting there.
If I put another page (MyCart.aspx) as the default page, everything is OK.
I have tried deleting the item and recreating it with no change.
I have put a blank details.aspx page in the root directory with no change.
I have put in another default page (index.aspx) with no chang. It keeps refering to this "details.aspx" page in the root directory.
the acutal url is: 'http://infonet.bcc.qld.gov.au/purchasing/default.aspx'.
We have several dot.net application being reference by Umbraco and this is the only one that is displaying this behaviour.
Any ideas as to a fix ???
is working on a reply...