ASP.NET: Turning on errors
- by JamesBrownIsDead
This is what I see when I visit my web site. How do I instead get the Yellow Screen of Death so I know what the error is?
I have GoDaddy shared hosting and I think the problem is that I don't have the correct MVC binaries in the /bin folder. My web.config shows this:
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
But I'm not positive I copied the right .DLL files into /bin. I've got like 8 of each file--which version is which?!