Are there some good tools that can analyze the performance issues in an asp.net application? i google and found a couple like dotTrace, stimulustechnology. have anyone used a better one?
thanks
Are there some good tools that can analyze the performance issues in an asp.net application? i google and found a couple like dotTrace, stimulustechnology. have anyone used a better one?
thanks
ANTS Profiler is probably a good choice other than what you have listed. Please note that it is not free
ANTS Performance Profiler is pretty good, and you can download a free trial. Also, a handy built in feature of .Net that should be able to help with performance analysis in case you don't know is using tracing. Here is a link that will help you get started using tracing.