Instrumenting Web Service Performance in ASP.NET
Posted
by Achilles
on Stack Overflow
See other posts from Stack Overflow
or by Achilles
Published on 2010-05-10T13:22:36Z
Indexed on
2010/05/10
13:34 UTC
Read the original article
Hit count: 307
I need to measure the length of time requests are taking to be processed on an ASMX ASP.NET web service. What is the best approach for this? Is there an support in ASP.NET that "natively" supports this without me having to write code? Thanks.
© Stack Overflow or respective owner