I'm not sure where to start when it comes to load-testing ASP.NET applications. My team doesn't use VSTS so that option is out. Does anyone have any good suggestions or experience they can share?
4 Answers
I'ved used Microsoft's free Web Application Stress Tool. It lets you record a browsing session, then replay it using multiple clients.
It seems that Microsoft has pulled this application from the download center, but you can use this alternative download (it may require 7-Zip to unpack).
3 Comments
Red Gate Software has a product called ANTS that can be used to do this. Click Here for product link
1 Comment
Using BrowserMob.com is quite cheap for what it provides. You can listen to an interview with the founder of Browser Mob on Startup Success Podcast #18.
Comments
You can use Grinder.
Its a nice Java Based Opensource tool, to load test webapps. Pretty lean as well.