In the Application_OnS tart event in global.asax, my code calls an AlertService which creates a System.Timers.T imer() object. So this service doesn't actually run in conjunction with a specific aspx page, apparently. When the timer's Elapsed event handler fires, it calls some other classes I have written. These classes output some Trace statements that you can view if an aspx page calls them, but I can't seem to figure out where the Trace statements go when my service calls the classes.
Is there any way I can find the trace for this service?
--
[[((hillarie))]]
To reply, remove ".SPAMBLOCK " from email address
Is there any way I can find the trace for this service?
--
[[((hillarie))]]
To reply, remove ".SPAMBLOCK " from email address
Comment