- Timestamp:
- 05/17/11 11:34:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.config
r6050 r6218 110 110 </security> 111 111 </binding> 112 <binding name="AdministrationService2" closeTimeout="00:01:00" 113 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 114 bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" 115 maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" 116 textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 117 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" 118 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 119 <reliableSession ordered="true" inactivityTimeout="00:10:00" 120 enabled="false" /> 121 <security mode="Message"> 122 <transport clientCredentialType="Windows" proxyCredentialType="None" 123 realm="" /> 124 <message clientCredentialType="UserName" negotiateServiceCredential="true" 125 algorithmSuite="Default" /> 126 </security> 127 </binding> 112 128 </wsHttpBinding> 113 129 </bindings> … … 127 143 </identity> 128 144 </endpoint> 145 <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc" 146 binding="wsHttpBinding" bindingConfiguration="AdministrationService2" 147 contract="OKBAdministrationService.IAdministrationService" name="AdministrationService2"> 148 <identity> 149 <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" /> 150 </identity> 151 </endpoint> 129 152 </client> 130 153 </system.serviceModel>
Note: See TracChangeset
for help on using the changeset viewer.