10-30-2023, 08:07 PM
PS:
Windows client OS restrictions document: https://learn.microsoft.com/en-us/iis/tr...strictions
I couldn't find a similar document for server editions, except for a blog post exploring the options for ASP.NET on IIS, which also runs on top of w3wp.exe. These limits are clearly for ASP.NET request/processing pipeline only: https://learn.microsoft.com/en-us/archiv...nd-iis-6-0
Just out of curiosity the default setting for an ASP.NET application pool will be 12 concurrent connections per CPU. Unless you change it.
Windows client OS restrictions document: https://learn.microsoft.com/en-us/iis/tr...strictions
I couldn't find a similar document for server editions, except for a blog post exploring the options for ASP.NET on IIS, which also runs on top of w3wp.exe. These limits are clearly for ASP.NET request/processing pipeline only: https://learn.microsoft.com/en-us/archiv...nd-iis-6-0
Just out of curiosity the default setting for an ASP.NET application pool will be 12 concurrent connections per CPU. Unless you change it.

