Skip to content

Instantly share code, notes, and snippets.

2010-11-16 There are too many active security negotiations or secure conversations at the service
# Title: There are too many active security negotiations or secure conversations at the service
# Author: Mikael Lundin
# Link: http://blog.mikaellundin.name/2010/11/16/there-are-too-many-active-security-negotiations-or-secure-conversations-at-the-service.html
<customBinding>
<binding name="maxPendingSessionsWsHttpBinding">
<security authenticationMode="SecureConversation">
<localServiceSettings maxPendingSessions="1024" />
</security>
<httpTransport />
</binding>
</customBinding>
<endpoint
address=""
binding="customBinding"
bindingConfiguration="maxPendingSessionsWsHttpBinding"
contract="MyApp.IServiceContract">
</endpoint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment