How does SharePoint's managed paths affect custom error page resolution?

Question

Grade: Education Subject: Support
How does SharePoint's managed paths affect custom error page resolution?
Asked by:
72 Viewed 72 Answers

Answer (72)

Best Answer
(408)
SharePoint's managed paths can influence how URLs are resolved, potentially affecting custom error page redirection. Ensure the URL specified in the `redirect` attribute of the `` element is correctly formed and takes into account the managed path structure of your SharePoint web application. Incorrectly formed URLs can lead to the default IIS error page being displayed instead of your custom page.