Reputation: 1857
I watched old videos that suggest to test the asp.net website load using
Microsoft Web Application Stress Tool.
But there is a broken link to get the download.
Can any body suggest me a tool to test website performance?
Upvotes: 1
Views: 612
Reputation: 1393
http://fwptt.sourceforge.net - generates C# code on the fly which you can also customize - does not have out of the box support for non windows forms authentication
Upvotes: 0
Reputation: 561
WAST has been withdrawn in favour of Visual Studio Team System Test Edition or the Capacity Analysis tool in the IIS Resource Kit.
The IIS Resource Kit is available at:
The WAST tool can still be downloaded from http://www.chizl.com/downloads/web_stress_tool_setup.exe but I don't know how long for.
Upvotes: 2
Reputation: 11029
Here is a video on it: http://www.asp.net/Learn/vsts-videos/video-157.aspx
Upvotes: 1