ASP.NET: Turning on errors
Posted
by JamesBrownIsDead
on Stack Overflow
See other posts from Stack Overflow
or by JamesBrownIsDead
Published on 2010-05-28T02:24:58Z
Indexed on
2010/05/28
2:31 UTC
Read the original article
Hit count: 307
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?!
© Stack Overflow or respective owner