WCF Max Instances seems to be limited to 10

后端 未结 3 978
暖寄归人
暖寄归人 2020-12-30 06:27

I have a simple WCF service hosted in IIS7.5 exposed over a wsHttp binding using message security and InstanceContextMode.PerCall

I have a simple UI that spins up a

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 06:50

    Are you testing on a Windows Server or Windows 7? The reason I ask is that IIS on the client OS versions has a 10 connection limit. This is to prevent the client OS from being used in a server environment.

提交回复
热议问题