Last change
on this file since 5597 was
5537,
checked in by cneumuel, 14 years ago
|
#1233
- added automatic replacement of app.config (configurable in PreBuildEvent.cmd)
|
File size:
2.4 KB
|
Rev | Line | |
---|
[5264] | 1 | <?xml version="1.0"?>
|
---|
[4629] | 2 | <configuration>
|
---|
| 3 | <system.serviceModel>
|
---|
| 4 | <bindings>
|
---|
[4649] | 5 | <wsHttpBinding>
|
---|
[5537] | 6 | <binding name="wsHttpBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
| 7 | <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
|
---|
[4905] | 8 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
|
---|
| 9 | <security mode="Message">
|
---|
| 10 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
|
---|
| 11 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
|
---|
| 12 | </security>
|
---|
[4629] | 13 | </binding>
|
---|
[4905] | 14 | </wsHttpBinding>
|
---|
| 15 | </bindings>
|
---|
[4629] | 16 | <client>
|
---|
[5402] | 17 | <endpoint address="http://localhost/Hive-3.4/HiveService.svc" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding" contract="HeuristicLab.Services.Hive.Common.ServiceContracts.IHiveService" name="wsHttpBinding_IHiveService">
|
---|
[4905] | 18 | <identity>
|
---|
| 19 | <certificate encodedValue="AwAAAAEAAAAUAAAAfEKvcVixnJay+q4hCPFuO0JL5TQgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTAxOTEwNTMxNVoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXwC5TGcAffd/0oAWHtm0s6YXVXEgXgb1AYmBkkkhkKIFJG/e/Z0KSYbJepmSJD44W3oOAVm+x1DAsZxU79HahDYgWCuHLMm1TLpwSmYOQ0kV3pGHWHhiWV7h7oGLds/eqZ2EOpaNGryfEPnrA4VmxY91vV5/2BTeVSWG6F8lRKQIDAQABo0kwRzBFBgNVHQEEPjA8gBAR7kBnMRHO5gzThEqda0wWoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghCNN5wrUcXMmE/9xwp4TYa9MAkGBSsOAwIdBQADgYEAoPwEG4QTDXhlxERNDfsZmM2IhEpV42ppz1kEah2oYKDa/ElIMVtvqLv6flVtg18ENN/mEJWiHZ3NyP3qr2Pip+sh+/2WBiSbOaukES/CM7OJn9kJCImH7M/xqM8pxqY8IfgM6iBVrVj9uHqj3j2BBck+cYY8fKyh3CFifMIp6ac="/>
|
---|
| 20 | </identity>
|
---|
[4629] | 21 | </endpoint>
|
---|
| 22 | </client>
|
---|
| 23 | </system.serviceModel>
|
---|
[5264] | 24 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.