Hi,
Could some body please help me.
I dont want to show user the yellow screen in case of run time error:
Could some one let me know how to handle this. I just want to show a custom error page with some message.
For 404 error I have created a page in Umbraco backend and then edited the file /Config/umbracoSettings.config. But I am not sure how to handle run time error.
Runtime error Handling
Hi, Could some body please help me. I dont want to show user the yellow screen in case of run time error:
Could some one let me know how to handle this. I just want to show a custom error page with some message. For 404 error I have created a page in Umbraco backend and then edited the file /Config/umbracoSettings.config. But I am not sure how to handle run time error.
Thanks
Hi Fahad
You have to implement 500 errors handling in Umbraco, read how to do it here: https://blog.mortenbock.dk/2017/02/03/error-page-setup-in-umbraco/
And here: https://gist.github.com/StefanoChiodino/ad6f6860c235f4fd1d536fe53f887c2c how to generate html error page from Umbraco page.
Thanks,
Alex
is working on a reply...