Changeset 4307
- Timestamp:
- 08/24/10 18:46:12 (14 years ago)
- 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 91 91 <services> 92 92 <service behaviorConfiguration="HeuristicLab.Services.Deployment.UpdateBehavior" 93 name="HeuristicLab.Services.Deployment.Update">93 name="HeuristicLab.Services.Deployment.Update"> 94 94 <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" /> 97 97 <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> 99 104 </service> 100 105 <service behaviorConfiguration="HeuristicLab.Services.Deployment.AdminBehavior" 101 name="HeuristicLab.Services.Deployment.Admin">106 name="HeuristicLab.Services.Deployment.Admin"> 102 107 <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" /> 105 110 <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> 108 118 </service> 109 119 </services> … … 119 129 <serviceDebug includeExceptionDetailInFaults="false" /> 120 130 <serviceCredentials> 121 <serviceCertificate findValue=" services.heuristiclab.com" storeLocation="LocalMachine"131 <serviceCertificate findValue="localhost" storeLocation="LocalMachine" 122 132 storeName="My" x509FindType="FindBySubjectName" /> 123 133 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" … … 131 141 <serviceDebug includeExceptionDetailInFaults="false" /> 132 142 <serviceCredentials> 133 <serviceCertificate findValue=" services.heuristiclab.com" storeLocation="LocalMachine"143 <serviceCertificate findValue="localhost" storeLocation="LocalMachine" 134 144 storeName="My" x509FindType="FindBySubjectName" /> 135 145 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" -
trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r4065 r4307 147 147 <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}"> 148 148 <WcfProjectProperties> 149 <AutoStart> True</AutoStart>149 <AutoStart>False</AutoStart> 150 150 </WcfProjectProperties> 151 151 </FlavorProperties>
Note: See TracChangeset
for help on using the changeset viewer.