i'm programming in asp.net with umbraco and have a problem with master page. i made a master page then added a web user master page that link in my default page. at run time project in umbraco when i click on link saw this error :
Page not found
No umbraco document matches the url 'http://localhost:20771/WebForm1.aspx'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "webform1"] | /root// [@urlName = "webform1"]')
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 page is intentionally left ugly ;-)
i search in web and did not find any solution about it.