Guest User

Untitled

a guest
Aug 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. WCF The caller was not authenticated by the service in a WsDualHttpBinding
  2. <binding name="WSDualHttpBinding_IRouter" closeTimeout="00:00:05"
  3. openTimeout="00:00:05" receiveTimeout="00:10:00" sendTimeout="00:00:05"
  4. bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
  5. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  6. messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
  7. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  8. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  9. <reliableSession ordered="true" inactivityTimeout="00:10:00" />
  10. <security mode="Message">
  11. <message clientCredentialType="Windows" negotiateServiceCredential="true"
  12. algorithmSuite="Default" />
  13. </security>
  14. </binding>
  15.  
  16. <binding name="WSDualHttpBinding_IRouter" closeTimeout="00:00:05"
  17. openTimeout="00:00:05" receiveTimeout="00:10:00" sendTimeout="00:00:05"
  18. bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
  19. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  20. messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
  21. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  22. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  23. <reliableSession ordered="true" inactivityTimeout="00:10:00" />
  24. <security mode="None">
  25. <message negotiateServiceCredential="false" clientCredentialType="None" />
  26. </security>
  27.  
  28. </binding>
  29.  
  30. <binding name="WSDualHttpBinding_IReceiverController" closeTimeout="00:00:05"
  31. openTimeout="00:00:05" receiveTimeout="00:10:00" sendTimeout="00:00:05"
  32. bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
  33. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  34. messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
  35. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  36. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  37. <reliableSession ordered="true" inactivityTimeout="00:10:00" />
  38. <security mode="None">
  39. <message clientCredentialType="None" negotiateServiceCredential="false" />
  40. </security>
  41. </binding>
  42.  
  43. <binding name="WSDualHttpBinding_IReceiverController" closeTimeout="00:00:05"
  44. openTimeout="00:00:05" receiveTimeout="00:10:00" sendTimeout="00:00:05"
  45. bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
  46. maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  47. messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
  48. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  49. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  50. <reliableSession ordered="true" inactivityTimeout="00:10:00" />
  51. <security mode="None" />
  52. </binding>
Add Comment
Please, Sign In to add comment