Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 18:44:45 (14 years ago)
Author:
gkronber
Message:

Worked on plugin deployment GUI.
Added contact info and license text to DB schema.
#860

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/app.config

    r2802 r2816  
    22<configuration>
    33    <system.serviceModel>
    4         <bindings>
    5             <wsHttpBinding>
    6                 <binding name="WSHttpBinding_IAdmin" closeTimeout="00:01:00"
    7                     openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    8                     bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    9                     maxBufferPoolSize="524288" maxReceivedMessageSize="10000000"
    10                     messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
    11                     allowCookies="false">
    12                     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="10000000"
    13                         maxBytesPerRead="10000000" maxNameTableCharCount="16384" />
    14                     <reliableSession ordered="true" inactivityTimeout="00:10:00"
    15                         enabled="false" />
    16                     <security mode="Message">
    17                         <transport clientCredentialType="Windows" proxyCredentialType="None"
    18                             realm="" />
    19                         <message clientCredentialType="Windows" negotiateServiceCredential="true"
    20                             algorithmSuite="Default" establishSecurityContext="true" />
    21                     </security>
    22                 </binding>
    23             </wsHttpBinding>
    24         </bindings>
    25         <client>
    26             <endpoint address="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/"
    27                 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdmin"
    28                 contract="AdminService.IAdmin" name="WSHttpBinding_IAdmin">
    29                 <identity>
    30                     <dns value="localhost" />
    31                 </identity>
    32             </endpoint>
    33         </client>
     4        <bindings />
     5        <client />
    346    </system.serviceModel>
    357</configuration>
Note: See TracChangeset for help on using the changeset viewer.