__VSTATE gets posted as a hidden field , all you need to do is write another extractor which pulls out this value and set this as a paraneter in the HTTPRequest (similar to what you do for Viewstate). If it still doesnt work , please compare with what the browser sends with what Jmeter sends
On Mon, Oct 12, 2009 at 11:16 PM, David Schulberg < [email protected]> wrote: > Hi, > > > > I have followed the approach described in the WIKI > (http://wiki.apache.org/jakarta-jmeter/JMeterTesting/ASPNETViewState) and > on > the blog (http://blog.technicallyworks.com/search/label/JMeter) but I > believe that my simple script is not working because there is a __VSTATE > parameter passed on a POST request whose value I cannot glean. > > > > Not sure why the __VSTATE parameter is not revealed. > > > > Yours, > > David > > P.S. Glad to be back on the JMeter mailing list > >

