Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4307


Ignore:
Timestamp:
08/24/10 18:46:12 (14 years ago)
Author:
swagner
Message:

Worked on configuration of deployment service (#1165)

Location:
trunk/sources/HeuristicLab.Services.Deployment/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/App.config

    r4273 r4307  
    9191    <services>
    9292      <service behaviorConfiguration="HeuristicLab.Services.Deployment.UpdateBehavior"
    93        name="HeuristicLab.Services.Deployment.Update">
     93        name="HeuristicLab.Services.Deployment.Update">
    9494        <endpoint address="" behaviorConfiguration="SerializationBehavior"
    95          binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
    96          contract="HeuristicLab.Services.Deployment.IUpdate" />
     95          binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
     96          contract="HeuristicLab.Services.Deployment.IUpdate" />
    9797        <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
    98          contract="IMetadataExchange" />
     98          contract="IMetadataExchange" />
     99        <host>
     100          <baseAddresses>
     101            <add baseAddress="http://localhost:8732/Design_Time_Addresses/Deployment-3.3/Update" />
     102          </baseAddresses>
     103        </host>
    99104      </service>
    100105      <service behaviorConfiguration="HeuristicLab.Services.Deployment.AdminBehavior"
    101        name="HeuristicLab.Services.Deployment.Admin">
     106        name="HeuristicLab.Services.Deployment.Admin">
    102107        <endpoint address="" behaviorConfiguration="SerializationBehavior"
    103          binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
    104          contract="HeuristicLab.Services.Deployment.IAdmin" />
     108          binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
     109          contract="HeuristicLab.Services.Deployment.IAdmin" />
    105110        <endpoint address="mex" behaviorConfiguration="SerializationBehavior"
    106          binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
    107          contract="IMetadataExchange" />
     111          binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding"
     112          contract="IMetadataExchange" />
     113        <host>
     114          <baseAddresses>
     115            <add baseAddress="http://localhost:8732/Design_Time_Addresses/Deployment-3.3/Admin" />
     116          </baseAddresses>
     117        </host>
    108118      </service>
    109119    </services>
     
    119129          <serviceDebug includeExceptionDetailInFaults="false" />
    120130          <serviceCredentials>
    121             <serviceCertificate findValue="services.heuristiclab.com" storeLocation="LocalMachine"
     131            <serviceCertificate findValue="localhost" storeLocation="LocalMachine"
    122132             storeName="My" x509FindType="FindBySubjectName" />
    123133            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
     
    131141          <serviceDebug includeExceptionDetailInFaults="false" />
    132142          <serviceCredentials>
    133             <serviceCertificate findValue="services.heuristiclab.com" storeLocation="LocalMachine"
     143            <serviceCertificate findValue="localhost" storeLocation="LocalMachine"
    134144             storeName="My" x509FindType="FindBySubjectName" />
    135145            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj

    r4065 r4307  
    147147      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
    148148        <WcfProjectProperties>
    149           <AutoStart>True</AutoStart>
     149          <AutoStart>False</AutoStart>
    150150        </WcfProjectProperties>
    151151      </FlavorProperties>
Note: See TracChangeset for help on using the changeset viewer.