niekell 0 Report post Posted November 26, 2009 Hello, While recording a profile for an ASP.NET 2.0 Web Application the Viewstate that is passed from one page to the next via hidden variables breaks sequence. Why? Is this a bug? I've attached the Scenario and Profile for the load test. I have removed the usernames and passwords. myEnrolment_RP_EnrolAddDrop3b.wps myEnrolment_RP_EnrolAddDrop3b.wpp The profile contains the addition of three courses to a student's data, then the removal (drop) of all three classes at once. Page 14 of the profile (adding the third course) is using VIEWSTATE9 (generated by Page 9 of the profile, which is the start of adding the second course) parameter rather than VIEWSTATE12 which was brought into Page 13 of the profile but not pushed out of that Page (13). I would have expected Page 13 to have a VIEWSTATE13 which was used by Page 14 much in the same way that Page 4 does. This is not consistant. Why? Best wishes, Paul Dickson. _____________________________________________________ Paul Dickson BCIS (Computer and Information Science) Senior Software Developer: Student Information Systems Information Strategy and Technology Services University of South Australia (CRICOS Provider no 00121B) Office A2-05, A Building, Mawson Lakes Campus MAWSON LAKES South Australia, 5095 Email: paul.dickson@unisa.edu.au Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted November 26, 2009 It's a bug. We will remove the indexes for the hidden variables in the next build. Quote Share this post Link to post Share on other sites