Hi,
I have written a class, which I instanciate from the code-behind of an
aspx page. I want to output some items to the debugger from within the
class, but Debug.WriteLine and Trace.WriteLine don't seem to do
anything. Where am I going wrong?
Thanks
I have written a class, which I instanciate from the code-behind of an
aspx page. I want to output some items to the debugger from within the
class, but Debug.WriteLine and Trace.WriteLine don't seem to do
anything. Where am I going wrong?
Thanks
Comment