AI OnAI Off
For error pages I prefer static html pages to avoid problems. Set up in Web.config
<httpErrors errorMode="Custom" defaultResponseMode="File" existingResponse="Replace"> <clear /> <error statusCode="404" path="Static\404.html" /> <error statusCode="500" path="Static\Error.html" /> </
Also set Episerver handling off global errors to off under applicationSettings node in web.config to avoid potential problems.
Hi,
When there is a page that EpiServer cannot find, it returns a blank page that says,
"Page could not be loaded
The link you specified does not work. This may either be the result of temporary maintenance or an incorrect link."
Is there a way to styling this page?
Thanks in advance