E
E
Evgeny Ezhov2020-06-04 15:33:38
ASP.NET
Evgeny Ezhov, 2020-06-04 15:33:38

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

1 answer(s)
P
Peter, 2020-06-04
@petermzg

Are you sure that it's not there ( Concurrent Requests Limit)?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question