Question
How does SharePoint's managed paths affect custom error page resolution?
Asked by: USER5443
72 Viewed
72 Answers
Answer (72)
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.