tags:

views:

248

answers:

2

HI,

Can anyone suggest good tools to analyze asp .net application performance and find the bottle necks?

Thanks SA

+1  A: 

First, start using basic tools like yslow (a firefox addon for any web application). Now there are various aspects to performance testing depending on what you want to test you have to chose appropriate tools.

You can find some information here and here

rAm
+1  A: 

We have had great luck with Redgate's ANTS Profiler: http://www.red-gate.com/products/ants_performance_profiler/index.htm

It allowed us to find our slowest methods and start working on improving each one with measurable results. They even have a free trial that is not limited (as far as we could tell).

I suggest trying that out.

GrillerGeek
Thanks a lot. i try this.
swapna