Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Enable yellow screen of death

$
0
0

Hello,

This is probably more of a generic .Net question, however, I thought I would post in here initially as it's an Episerver solution where I'm experiencing the problem.

I cannot, for the life of me, enable the familar and developer-friendly "yellow screen of death" in an Episerver 10 solution I'm working on.

I've tried the following:

  • Switched errorMode to detailed in the WebConfig
<httpErrors errorMode="Detailed" existingResponse="Replace"><clear/></httpErrors>
  • Set customErrors to Off (yes, with a captal O).
  • Set Episerver gloablErrorHandling to Off
  • Ensured debug is set to true
  • Disabled any HandleError filters which you would normally see in the Global.asax.cs - e.g. 
    filters.Add(new HandleErrorAttribute())​
  • Checked for any custom View rendering engines. There was one, but I've now disabled it.
  • Uninstalled any error handling modules that we had which could have buried it - such as ELMAH and Bvn404Handler.
  • Literally, been through every initialization module and disabled them. 

And so I'm at the point of desperation where one resorts to posting on a forum at 5.15pm on a Friday ;) 

Can anyone think of something I may have missed?


Viewing all articles
Browse latest Browse all 6894

Trending Articles