If your starting at the point where you are saying "I need to do performance
tests...how do i do this?" you need to go straight to the source and read
"Improving .NET Application Performance and Scalability". This is a book
that Microsoft wrote and offers for free on MSDN at
http://msdn.microsoft.com/library/de...l/scalenet.asp
This book is pretty much the bible on .Net and performance.
For web apps read chapters 1 - 6, 10, and if you have database back end read
chapters 12, 14.
The entire book is great (did i mention free?), but at a bare minimum read
these chapters.
"EDom" wrote:
Quote:
Hi,
I have a complex web application in ASP.NET. I was to do performance test
and stress test. What should I do?
Regards,
Vineet |