ASP.Net thread concurrency for .net framwork 2.0
a few seconds ago|LINK
<div>Hi all
we are using IIS7 with .net framework 2.0
we are having new application pool in integrated mode. the application hosted in this pool internally uses the managed module for business use case
in fact we are able to add managed module only when application pool is in integrated mode
now here is the issue. The requests to this application are exactly failing after processing 24 requests. we have come to know why this logical number 24.
by default in iis7 integrated mode MaxConcurrentRequestsPerCPU is 12. siince we use dual core it s 24.
have tried to increase this default value to 5000 as mentioned in below article, but that didn't help.
still we are facing the same issue. along with registry change should i do any thing else. why it's not working in this case
http://blogs.msdn.com/b/tmarq/archive/2007/07/21/asp-net-thread-usage-on-iis-7-0-and-6-0.aspx
Thanks& Regards
Sukumar
</div> </div>