R
Richard
Hello,
I have a web application where I am doing alot of the work in a separate
namespace that isn't part of a web page. I would like to be able to trace
into this section of code, but because it's not a 'Page' object the
Page.Trace isn't doable. Does anyone have any suggestions as to how I can
implement tracing in this separate code? Writing to an output file isn't
doable either because our customers will not allow write access to the disk
drive. Any suggestions? Thanks!
I have a web application where I am doing alot of the work in a separate
namespace that isn't part of a web page. I would like to be able to trace
into this section of code, but because it's not a 'Page' object the
Page.Trace isn't doable. Does anyone have any suggestions as to how I can
implement tracing in this separate code? Writing to an output file isn't
doable either because our customers will not allow write access to the disk
drive. Any suggestions? Thanks!