Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/27/11 15:43:35 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed naming of binding configurations
  • fixed small bug in Status page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/app_ascheibe.config

    r6744 r6940  
    1919    <bindings>
    2020      <wsHttpBinding>
    21         <binding name="wsHttpBinding_IHiveService"
     21        <binding name="wsHttpBinding_Hive"
    2222                 closeTimeout="00:01:00"
    2323                 openTimeout="00:01:00"
     
    5050      <endpoint address="http://localhost/HiveService.svc"
    5151            binding="wsHttpBinding"
    52             bindingConfiguration="wsHttpBinding_IHiveService"
     52            bindingConfiguration="wsHttpBinding_Hive"
    5353            contract="HeuristicLab.Clients.Hive.IHiveService"
    5454            name="wsHttpBinding_IHiveService">
Note: See TracChangeset for help on using the changeset viewer.