In ASP.NET web forms, I can post the stack trace simply by declaring <trace enabled="true" requestLimit="40" localOnly="false" pageOutput="true" />
in my Web.config
. But this doesn't seem to work in ASP.NET MVC (3.0, currently).
Is there any way to get the same result, where the trace is listed on each page, in MVC?