I have recently upgraded my ASP.NET MVC application from beta to version 1. And true enough, after I fixed all the references, I got a white screen of death when I pressed F5.
Is there any idea how to debug white screen of death in VS 2008?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have found a few of these mysterious issues by turning on view compilation. This will catch some hard-to-debug problems that aren’t caught with the default build process.
You can also hook up the Elmah error logging component. It will keep a record of your exception so you have a copy of the stack and exception while you go digging around for the answer.