Free cookie consent management tool by TermsFeed Policy Generator

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

Fixed service references in plugin infrastructure. #860 (Deployment server for plugin installation from web locations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/app.config

    r2783 r2811  
    2525    </applicationSettings>
    2626    <system.serviceModel>
    27         <bindings>
    28             <wsHttpBinding>
    29                 <binding name="WSHttpBinding_IUpdate" closeTimeout="00:01:00"
    30                     openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    31                     bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    32                     maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
    33                     messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
    34                     allowCookies="false">
    35                     <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    36                         maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    37                     <reliableSession ordered="true" inactivityTimeout="00:10:00"
    38                         enabled="false" />
    39                     <security mode="Message">
    40                         <transport clientCredentialType="Windows" proxyCredentialType="None"
    41                             realm="" />
    42                         <message clientCredentialType="Windows" negotiateServiceCredential="true"
    43                             algorithmSuite="Default" establishSecurityContext="true" />
    44                     </security>
    45                 </binding>
    46             </wsHttpBinding>
    47         </bindings>
    48         <client>
    49             <endpoint address="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/"
    50                 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdate"
    51                 contract="PluginUpdateService.IUpdate" name="WSHttpBinding_IUpdate">
    52                 <identity>
    53                     <dns value="localhost" />
    54                 </identity>
    55             </endpoint>
    56         </client>
     27        <bindings />
     28        <client />
    5729    </system.serviceModel>
    5830</configuration>
Note: See TracChangeset for help on using the changeset viewer.