views:

67

answers:

1

I am wondering if there is a tool that can be used to attached to the a single threaded asmx service call hosted in IIS, and return feedback based on the current actions the service is taking.

I know I can setup tracing, and then monitor the trace, but I am looking for a more dynamic way to do this.

Thanks in advance

+1  A: 

You can create your own performance counters.

John Saunders