The asp.net loading site (postbacks / viewstate)
What is the best way to load-test an application that relies heavily on messages using the viewstate (the same messages cannot be sent twice, so simple recording / playback won't do)?
Can I create a viewport to be used in messages?
+1
AndreasKnudsen
source
to share
1 answer
The best (but expensive) solution is to use the Visual Studio Team Test Edition . It allows you to create and run test loads using .Net code . It is very robust and allows you to run tests on a server farm and collect all performance metrics etc.
+1
duckworth
source
to share