How to debug white screen of death in ASP.NET MVC
2 answers
I found several such cryptic problems enabling view compilation . This will cause some hard-to-debug problems that are not related to the default build process.
You can also connect Elmah Error Logging . It will keep a record of your exception, so you have a copy of the stack and the exception while you dig for an answer.
+4
a source to share