In Web Forms we were able to see out N-Tier System.Diagnostics trace statements at the bottom of a page because they effectively executed within the page lifecycle.
In Mvc, I can find these trace statements using trace.axd and randomly searching the index, but I would really like my trace statements that execute inside my controller action to appear at the bottom of the page. Also I don't even care about the rest of the asp .net information if I had a choice between one or the other.
Any ideas?