Trace.Write in helper class not showing up in Trace.axd



I have a page called HelloWorld.aspx and it accesses a public method in a
helper class called MyClass.cs. When I open the
http://localhost/HelloWorld/Trace.axd page, the Trace.Write statements in
the HelloWorld.aspx page show up, but the Trace.Write statements I put in
the MyClass.cs don't.

Is there a way to get the Trace.Write statements in the helper class to show
up in the Trace.axd page?


.


Loading