Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I want to modify the Correlation message that is shown to the users when a correlation id occurs. I need to give them information to contact IT as well as being able to call a JavaScript API when the problem occurs so that we can take some proactive steps.

EDIT: What is the name of the page in the layouts folder which shows the correlation id?

share|improve this question
What is the question? – rjcup3 Sep 12 '12 at 17:25

1 Answer

The page is "error.aspx" in "_layouts" folder.

share|improve this answer
So if I change this page it will affect all site collections and this is where I can implement my custom logic "On Correlation". Makes sense? – kurtnelle Nov 8 '12 at 20:29
Yes it will, to do this though do bit edit the file in the hive, but make a duplicate layouts folder and remap it in iis. Editing hive files invalidates your Warranty. – Hugh Wood Nov 28 '12 at 8:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.