4

As you know windows 10 pro supports only 10 concurrent connections at a same time. but my iis-hosted-app need more than that number connections. how can i unlimit this.

  • Did you try same solution as for windows7? https://social.technet.microsoft.com/Forums/windows/ru-RU/18667011-c034-43bc-ab2e-0e87bf811e5e/windows-7-increase-the-limit-of-concurrent-tcp-connections-not-related-to-eula-file-sharing?forum=w7itpronetworking – Jehy Aug 08 '16 at 19:32
  • 3
    For as far as I know, IIS on Windows 10 supports 20 concurrent connnections, not 10. This is a technical _and_ legal limitation. If you want more than that, use Windows Server. – Jan Reilink Aug 12 '16 at 06:54
  • i was able to do more then 50 connection bypassing the IIS. Using Web API Self host. On Windows 10 – Parv Sharma Aug 12 '16 at 15:35
  • @Parv Sharma Can you explain a bit more? I have 5 computers trying to access 5 drivers on my workstation and since 1 driver = 1 connection I run over the 20 limit... any help would be great! – Dariusz Feb 17 '17 at 15:50
  • @Dariusz - ill be happy to help. If you want to dig a little deeper the problem wa with the WebListener. If you can change the implentation of weblisterner not using HttpSys your problem i think will be solved – Parv Sharma Feb 18 '17 at 10:59

0 Answers0