Answer the question
In order to leave comments, you need to log in
Where in ASP NET (IIS) to configure the maximum number of simultaneous requests from one IP address?
Good afternoon.
I ran into a problem that an application on ASP NET (deployed on IIS and IIS express for debugging) blocks connections from one machine if there are more than some small number of them (somewhere 4-6).
I use long pooling to transfer data, so I can't quickly switch to asynchronous requests.
I found on the Internet about the connectionManagement (maxconnection) setting in machine.config and about the processModel settings (maxWorkerThreads, maxIoThreads, minWorkerThreads, minIoThreads), but increasing their values did not affect the processing of requests from one machine in any way.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question