I am also currently using a ASP.NET application for my test and I also have the viewstate in my login request. However, I do not need to correlate the value of viewstate as it does not change. It would seem like your viewstate is not changing as well. But I need to use the HTTP Cookie Manager for my login to work. So try replaying your script using the original login request (as recorded) and make sure you have the HTTP Cookie Manager at the top hierarchy of your test. Give it a try and let us know the outcome.
Kind Regards -----Original Message----- From: Frank Cazabon [mailto:[email protected]] Sent: Monday, March 14, 2016 5:38 PM To: [email protected] Subject: Re: ASP.NET Login Problems Thanks Zyaad, it is there already. Cookie Policy: compatibility, Implementation: HC3CookieHandler On 14/03/2016 09:35 AM, Zyaad Gungapersad wrote: > Hello Frank, > > Can you please add the HTTP Cookie Manager to your test plan and try? > > Thank You. > Kind Regards > > > > > -----Original Message----- > From: Frank Cazabon [mailto:[email protected]] > Sent: Monday, March 14, 2016 5:33 PM > To: [email protected] > Subject: Re: ASP.NET Login Problems > > Hi, thanks, I have tried both ticked and un-ticked and neither worked. > > > On 14/03/2016 09:26 AM, ZK wrote: >> hi, >> do you have the 'Encode' checkbox ticked for the _viewstate POST >> parameter >> >> If you do, untick it >> >> >> ZK >> >> >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/ASP-NET-Login-Problems-tp5723931p5 >> 7 23933.html Sent from the JMeter - User mailing list archive at >> Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > -- Frank. Frank Cazabon --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
