02-26-04 11:34 PM
Are you sure that the stress client is sending proper POST requests to the
web page?
There is no IIS setting called "FailMultiplePOSTRequests". IIS can easily
handle thousands of concurrent requests of POST, GET, etc. The question is
whether the POST is sent properly and whether the POST handler doesn't have
bugs in it.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Richard" <anonymous@discussions.microsoft.com> wrote in message
news:2a0c01c3fca6$cae5e2e0$a001280a@phx.gbl...
Im running some stress tests for my .net application. When
I have more than one user trying to POST data back to the
same page, the POST request fails.
Is there any setting in IIS that could be causing the
problem?
Does any one of any tips for troubleshooting this?
[ Post a follow-up to this message ]
|