Hi Suj, Your example is showing that "__VIEWSTATE" parameter is a constant. When I was testing my .NET application I found that the parameter from request-to-request was different, and I "extracted" the parameter value from previous request for using in next one.
May be this is your problem. Also check another .NET parameters, like "__EVENTTARGET" and etc. Cheer, Yaroslav Sujesh wrote: > > Hi, > > I am using JMeter for conducting performance testing for an ASP.NET > application. > The problem I am facing is I am not able to submit a request through > JMeter as the page uses WebForm_PostBackOptions. > > I traced down the values to be passed > > WebForm_DoPostBackOptions(WebForm_PostBackOptions(eventTarget, > eventArgument, validation, validationGroup, actionUrl, trackFocus, > clientSubmit)) > > and found the values for the above arguments (attached the screenshot of > the request) > > Anyone faced same issue, or any solution/workaround you suggest for this? > > Thanks in advance. > > ~ Suj > > > http://www.nabble.com/file/p21330776/WebForm_PostBackOptions.jpg > -- View this message in context: http://www.nabble.com/Support-for-ASP.NET-WebForm_PostBackOptions-in-JMeter-tp21330776p21420223.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]

