Created
January 2, 2016 22:59
2010-11-16 There are too many active security negotiations or secure conversations at the service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<customBinding> | |
<binding name="maxPendingSessionsWsHttpBinding"> | |
<security authenticationMode="SecureConversation"> | |
<localServiceSettings maxPendingSessions="1024" /> | |
</security> | |
<httpTransport /> | |
</binding> | |
</customBinding> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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