How do you do ASP.Net performance testing?

Posted by John on Programmers See other posts from Programmers or by John
Published on 2011-01-10T15:04:43Z Indexed on 2011/01/15 2:57 UTC
Read the original article Hit count: 353

Filed under:
|
|

Our team is in need of a performance testing process. We use ASP.Net (both web forms and MVC) and performance testing is not currently built into our projects. We occasionally do some ad-hoc analysis, such as checking the load on the server or SQL Server Profiler, but we don't have a true beginning to end, built into the project performance testing methodology.

Where is a good place to start? I'm interested in both:

  1. Process - General knowledge, including best practices.
  2. Essential list of tools.

I'm aware of a few tools, such as what's built into the pricier versions of VS 2010 and JetBrains products, though I haven't used them.

© Programmers or respective owner

Related posts about ASP.NET

Related posts about Performance