How to configure web.config to see the full error message for an ASP.NET MVC3 project remotely?
So I need detailed error information ...
I have this under web.config, but it doesn't seem to work ...
<system.web>
<customErrors mode="off" />
source
share