Search code examples
asmxashx

ASMX and ASHX Performance Benchmarks


Hi is there a way to measure / monitor the performance of .NET web services (ASMX) and .NET Http Handlers (ASHX)? I would like to see how long it takes to process a SOAP request vs how long it takes to process a HTTP GET request.


Solution

  • I just ended up using Firebug and YSlow to see the bytes transfered and total time elapsed.