Trace.Write in helper class not showing up in Trace.axd
- From: "TJ" <teejay@xxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Jan 2006 10:30:22 -0600
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?
.
- Follow-Ups:
- RE: Trace.Write in helper class not showing up in Trace.axd
- From: "Jeffrey Tan[MSFT]"
- RE: Trace.Write in helper class not showing up in Trace.axd
- Prev by Date: Re: Can't Debug COM Interface
- Next by Date: RE: Trace.Write in helper class not showing up in Trace.axd
- Previous by thread: Unable to debug the WebApplication
- Next by thread: RE: Trace.Write in helper class not showing up in Trace.axd
- Index(es):
Loading