views:

430

answers:

1

I haven't been able to find much about this but am I the only one that noticed if you enabled tracing output in an ASP.NET MVC project it outputs the whole trace output once per every MVC user control?

A: 

Looks like the answer is to use http:// ... /trace.axd instead.

Chad Moran