Guest eswann Report post Posted June 2, 2009 Hello, when I try to perform load tests against my site, which is heavily ASP.Net AJAX, I get the following error: "The page is performing an async postback but the ScriptManager.SupportsPartialRendering property is set to false. Ensure that the property is set to true during an async postback." After doing some research on this topic, it looks as if ASP.Net evaluates the browser to determine whether or not it is AJAX capable. Whatever is being sent by WAPT is not being deemed AJAX capable. I have tried several settings in the WAPT User Agent settings: Mozilla/5.0 (compatible; WAPT; Windows) Mozilla/4.0 (compatible; MSIE 6.*) * IE 6.0 * The IE selections above should definitely be AJAX compatible, but no go.....still get the error. Any ideas would be appreciated. Thanks, Quote Share this post Link to post Share on other sites
Guest angela Report post Posted June 4, 2009 Hello, when I try to perform load tests against my site, which is heavily ASP.Net AJAX, I get the following error: "The page is performing an async postback but the ScriptManager.SupportsPartialRendering property is set to false. Ensure that the property is set to true during an async postback." After doing some research on this topic, it looks as if ASP.Net evaluates the browser to determine whether or not it is AJAX capable. Whatever is being sent by WAPT is not being deemed AJAX capable. I have tried several settings in the WAPT User Agent settings: Mozilla/5.0 (compatible; WAPT; Windows) Mozilla/4.0 (compatible; MSIE 6.*) * IE 6.0 * The IE selections above should definitely be AJAX compatible, but no go.....still get the error. Any ideas would be appreciated. Thanks, Please try to select something like Mozilla/4.0 (compatible; MSIE 6.*; Windows NT 5.1) or Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Quote Share this post Link to post Share on other sites
Guest mechetem Report post Posted October 23, 2009 Hello I tried to change the user agent to Mozilla/4.0 (compatible; MSIE 6.*; Windows NT 5.1) or Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1). I have the same issue. Could you please help? Quote Share this post Link to post Share on other sites