I have an ASP.NET application. When I do some load testing, the throughput drops down quite a bit and application performs very slow. I have heard that ETW could be used to trace through the IIS/ASP.NET pipeline that can give you idea where is it taking most of time.
Has anyone used ETW for this context. If so any ideas or links on how this could be configured/used? Any other suggestions are welcome too.
Information about Event Tracing for Windows is on MSDN. It includes setup and build information.