Simon Mourier's Avatar
Simon Mourier's blog (1346 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • asp.net
  • iis
  • webapi

What is limiting the # of simultaneous connections my ASP.NET application can make to a web service?

Oct 24, 2011 See the question and my original answer on StackOverflow

Have you tried to set the value of the static DefaultConnectionLimit property programmatically?

Here is a good source of information about that true headache... ASP.NET Thread Usage on IIS 7.5, IIS 7.0, and IIS 6.0, with updates for framework 4.0.

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms