We use Umbraco as our Content Management System. Today, I had an error pop up, and I needed to debug it. I found this useful tip. Call your umbraco page and pass it this query string
?umbDebugShowTrace=true
It enables the tracing information that may, or may not help identify the problem. In my case, not so much, but it's handy non-the-less.