JL.
JL.

Reputation: 81342

asmx web service in IIS: Any way to attach to process and get live feedback?

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

Upvotes: 0

Views: 304

Answers (1)

John Saunders
John Saunders

Reputation: 161821

You can create your own performance counters.

Upvotes: 1

Related Questions