What kind of error page do you have in mind? Is it a 404 for instance? You can create your own handler for it or you can set it up in the /config/umbracoSettings.config section where you can specify a node id from your content section, which should be displayed when one ends up on a page that does not exist.
Hope this helps.
Btw...what is the reason that you always ask your questions using a large font? :)
How to display an error page?
How to display an error page using Umbraco?
Hi IDS logic
What kind of error page do you have in mind? Is it a 404 for instance? You can create your own handler for it or you can set it up in the /config/umbracoSettings.config section where you can specify a node id from your content section, which should be displayed when one ends up on a page that does not exist.
Hope this helps.
Btw...what is the reason that you always ask your questions using a large font? :)
/Jan
Hello,
You could also create a page somewhere and just point to that url from the web.config.
For example:
Jeroen
Yes Jan i want to show 404 error page.
Hello,
You can do default 404's like this: https://our.umbraco.org/wiki/install-and-setup/configuring-404-pages
Or you could write your own 404 content finder: http://creativewebspecialist.co.uk/2013/08/07/the-new-way-to-do-a-404-umbraco-handler/
Jeroen
This doc is more up to date: https://our.umbraco.org/Documentation/Using-Umbraco/Config-files/umbracoSettings/index#Errors
Jeroen
is working on a reply...