Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/10 05:55:19 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.OKB/3.3/app.config

    r4442 r4467  
    3333      </mexHttpBinding>
    3434      <wsHttpBinding>
    35         <binding name="DefaultWsHttpBinding" maxReceivedMessageSize="2147483647">
     35        <binding name="DefaultWsHttpBinding" maxReceivedMessageSize="200000000">
     36          <readerQuotas maxArrayLength="200000000" maxBytesPerRead="200000000" />
    3637          <security mode="Message">
    3738            <message clientCredentialType="UserName" />
     
    7172          <baseAddresses>
    7273            <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/AdminService" />
     74          </baseAddresses>
     75        </host>
     76      </service>
     77
     78      <service name="HeuristicLab.Services.OKB.AuthenticationService" behaviorConfiguration="DefaultServiceBehavior">
     79        <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" />
     80        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" contract="HeuristicLab.Services.OKB.IAuthenticationService" />
     81        <host>
     82          <baseAddresses>
     83            <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/AuthenticationService" />
    7384          </baseAddresses>
    7485        </host>
Note: See TracChangeset for help on using the changeset viewer.