Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (15 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/app.config

    r2122 r3203  
    1414                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
    1515                        enabled="false" />
    16                     <security mode="Transport">
    17                         <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
     16                    <security mode="None">
     17                        <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign">
     18                            <extendedProtectionPolicy policyEnforcement="Never" />
     19                        </transport>
    1820                        <message clientCredentialType="Windows" />
    1921                    </security>
     
    2224        </bindings>
    2325        <client>
    24             <endpoint address="net.tcp://10.0.2.15:9000/HiveServer/ClientCommunicator"
     26            <endpoint address="net.tcp://10.0.0.52:9000/HiveServer/ClientCommunicator"
    2527                binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientFacade"
    26                 contract="ServerService.IClientFacade" name="NetTcpBinding_IClientFacade">
    27                 <identity>
    28                     <userPrincipalName value="STEFAN-4710DBDB\Stefan" />
    29                 </identity>
    30             </endpoint>
     28                contract="ServerService.IClientFacade" name="NetTcpBinding_IClientFacade" />
    3129        </client>
    3230    </system.serviceModel>
Note: See TracChangeset for help on using the changeset viewer.