requests on iis 7.5

ontol

New Member
Im trying to stress test with jmeter.
Test server is running on windows server 2008 R2 standard(Intel 2.4GH, 8G RAM, 100M bandwidth) and IIS7.5.
I want to get 100% success when 100 threads request an asp page at a same time.
That page just write "test" to the browser. This means there are no database connection.
When i fill "number of threads" field with 30, and run it, results are successfull.
But when 31, jmeter shows "connection refused" error about all of 31 threads.
Not 30 success and 1 error.
Strange!!!! www.google.co.kr:500 threads successfull.
www.naver.com :500 threads successfull.
So my pc has no problem. I changed aspnet.cofing file\[code\]applicationPool maxConcurrentRequestsPerCPU="5000" maxConcurrentThreadsPerCPU="0"requestQueueLimit="5000"\[/code\]Nothing happened! And I added DWORD to registry. \[code\]HKEY_LOCAL_MACHINE-SOFTWARE-Microsoft-ASP.NET-2.0.50727.0 maxConcurrentThreadsPerCPU=0 MaxConcurrentRequestsPerCPU=5000 \[/code\]Nothing changed too!!! Please help me. Thanks
 
Top