Changeset 14754
- Timestamp:
- 03/16/17 08:01:22 (8 years ago)
- Location:
- branches/symbreg-factors-2650
- Files:
-
- 3 deleted
- 33 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/symbreg-factors-2650
- Property svn:mergeinfo changed
/trunk/sources merged: 14748
- Property svn:mergeinfo changed
-
branches/symbreg-factors-2650/HeuristicLab.Services.Access.DataAccess/3.3/ASPNETAuthentication.dbml
r8040 r14754 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.Authentication" Class="ASPNETAuthenticationDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source=. ;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True" SettingsObjectName="HeuristicLab.Services.Access.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_AuthenticationConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" SettingsObjectName="HeuristicLab.Services.Access.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_AuthenticationConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.aspnet_Applications" Member="aspnet_Applications"> 4 4 <Type Name="aspnet_Application"> -
branches/symbreg-factors-2650/HeuristicLab.Services.Access.DataAccess/3.3/AccessService.dbml
r8040 r14754 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.ClientManagement" Class="AccessServiceDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source=. ;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True" SettingsObjectName="HeuristicLab.Services.Access.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_ClientManagementConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService" SettingsObjectName="HeuristicLab.Services.Access.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_ClientManagementConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.Resource" Member="Resources"> 4 4 <Type Name="Resource" InheritanceCode="Resource" IsInheritanceDefault="true"> -
branches/symbreg-factors-2650/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.Designer.cs
r13093 r14754 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=. ;Initial Catalog=HeuristicLab.Authentication;Integrated Security=Tru" +30 " e")]31 public string HeuristicLab_ AuthenticationConnectionString {29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Ac" + 30 "cessService")] 31 public string HeuristicLab_ClientManagementConnectionString { 32 32 get { 33 return ((string)(this["HeuristicLab_ AuthenticationConnectionString"]));33 return ((string)(this["HeuristicLab_ClientManagementConnectionString"])); 34 34 } 35 35 } … … 38 38 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 39 39 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 40 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=. ;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True" +41 " ")]42 public string HeuristicLab_ ClientManagementConnectionString {40 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Au" + 41 "thentication")] 42 public string HeuristicLab_AuthenticationConnectionString { 43 43 get { 44 return ((string)(this["HeuristicLab_ ClientManagementConnectionString"]));44 return ((string)(this["HeuristicLab_AuthenticationConnectionString"])); 45 45 } 46 46 } -
branches/symbreg-factors-2650/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.settings
r8040 r14754 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="HeuristicLab_ClientManagementConnectionString" Type="(Connection string)" Scope="Application"> 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</ConnectionString> 9 <ProviderName>System.Data.SqlClient</ProviderName> 10 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</Value> 12 </Setting> 5 13 <Setting Name="HeuristicLab_AuthenticationConnectionString" Type="(Connection string)" Scope="Application"> 6 14 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 15 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=. ;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True</ConnectionString>16 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</ConnectionString> 9 17 <ProviderName>System.Data.SqlClient</ProviderName> 10 18 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source=.;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True</Value> 12 </Setting> 13 <Setting Name="HeuristicLab_ClientManagementConnectionString" Type="(Connection string)" Scope="Application"> 14 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 15 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 16 <ConnectionString>Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True</ConnectionString> 17 <ProviderName>System.Data.SqlClient</ProviderName> 18 </SerializableConnectionString></DesignTimeValue> 19 <Value Profile="(Default)">Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True</Value> 19 <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</Value> 20 20 </Setting> 21 21 </Settings> -
branches/symbreg-factors-2650/HeuristicLab.Services.Access.DataAccess/3.3/app.config
r11623 r14754 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections> 4 </configSections> 5 <connectionStrings> 6 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString" connectionString="Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True" providerName="System.Data.SqlClient"/> 7 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString" connectionString="Data Source=.;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True" providerName="System.Data.SqlClient"/> 8 </connectionStrings> 9 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> 3 <connectionStrings> 4 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService" /> 5 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 6 </connectionStrings> 7 8 <startup> 9 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 10 </startup> 11 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj
r12479 r14754 135 135 </ItemGroup> 136 136 <ItemGroup> 137 <None Include=" App.config" />137 <None Include="app.config" /> 138 138 <None Include="HeuristicLab.snk" /> 139 139 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/symbreg-factors-2650/HeuristicLab.Services.Access/3.3/Web.config
r8040 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>4 <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 5 5 </connectionStrings> 6 6 7 <system.web> 7 <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="20">8 <membership defaultProvider="AspNetSqlMembershipProvider"> 8 9 <providers> 9 10 <clear /> 10 <add name="AspNetSqlMemberShipProvider" 11 type="System.Web.Security.SqlMembershipProvider" 12 connectionStringName="HeuristicLab.Authentication" 13 enablePasswordRetrieval="false" 14 enablePasswordReset="true" 15 requiresQuestionAndAnswer="false" 16 passwordFormat="Hashed" 17 applicationName="HeuristicLab.Authentication" 18 requiresUniqueEmail="false" 19 minRequiredPasswordLength="1" 20 minRequiredNonalphanumericCharacters="0" 21 maxInvalidPasswordAttempts="50" /> 11 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" 12 requiresQuestionAndAnswer="false" passwordFormat="Hashed" applicationName="HeuristicLab.Authentication" minRequiredPasswordLength="8" 13 minRequiredNonalphanumericCharacters="0" maxInvalidPasswordAttempts="5" /> 22 14 </providers> 23 15 </membership> 24 <authentication mode="Windows" />25 16 <roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider"> 26 17 <providers> 27 18 <clear /> 28 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 29 connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" /> 19 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" /> 30 20 </providers> 31 21 </roleManager> 32 22 </system.web> 33 23 34 <!-- When deploying the service library project, the content of the config file must be added to the host's35 app.config file. System.Configuration does not support config files for libraries. -->36 24 <system.serviceModel> 25 <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/> 26 <services> 27 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.Access.AccessService"> 28 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 29 contract="HeuristicLab.Services.Access.IAccessService" /> 30 <host> 31 <baseAddresses> 32 <add baseAddress="http://localhost:8000/AccessService-3.3/AccessService.svc" /> 33 </baseAddresses> 34 </host> 35 </service> 36 </services> 37 <behaviors> 38 <serviceBehaviors> 39 <behavior name="DefaultServiceBehavior"> 40 <serviceMetadata httpGetEnabled="true" /> 41 <serviceDebug includeExceptionDetailInFaults="true" /> 42 <serviceCredentials> 43 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" /> 44 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 45 membershipProviderName="AspNetSqlMembershipProvider" /> 46 </serviceCredentials> 47 <serviceAuthorization principalPermissionMode="UseAspNetRoles" 48 roleProviderName="AspNetSqlRoleProvider" /> 49 </behavior> 50 </serviceBehaviors> 51 </behaviors> 37 52 <bindings> 38 53 <wsHttpBinding> 39 <binding name="DefaultWsHttpBinding" maxBufferPoolSize="10000000" maxReceivedMessageSize="200000000"> 40 <readerQuotas maxDepth="1000" maxStringContentLength="16000" maxArrayLength="200000000" maxBytesPerRead="200000000" maxNameTableCharCount="16000" /> 41 <security mode="Message"> 54 <binding name="DefaultWsHttpBinding" maxBufferPoolSize="2147483647" 55 maxReceivedMessageSize="2147483647"> 56 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" 57 maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> 58 <security> 42 59 <message clientCredentialType="UserName" /> 43 60 </security> 44 61 </binding> 45 62 </wsHttpBinding> 46 <mexHttpBinding>47 <binding name="DefaultMexHttpBinding" />48 </mexHttpBinding>49 63 </bindings> 64 </system.serviceModel> 50 65 51 <diagnostics performanceCounters="Default"> 52 <!--<messageLogging logMalformedMessages="false" logMessagesAtTransportLevel="false" />--> 53 </diagnostics> 54 55 <behaviors> 56 <endpointBehaviors> 57 <behavior name="DefaultEndpointBehavior"> 58 <dataContractSerializer maxItemsInObjectGraph="1000000" /> 59 </behavior> 60 </endpointBehaviors> 61 62 <serviceBehaviors> 63 <behavior name="DefaultServiceBehavior"> 64 <serviceMetadata httpGetEnabled="true" /> 65 <serviceDebug includeExceptionDetailInFaults="true" /> 66 <serviceCredentials> 67 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 68 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" membershipProviderName="AspNetSqlMembershipProvider" /> 69 </serviceCredentials> 70 <serviceAuthorization principalPermissionMode="UseAspNetRoles" 71 roleProviderName="AspNetSqlRoleProvider" /> 72 </behavior> 73 </serviceBehaviors> 74 </behaviors> 75 76 <services> 77 <service name="HeuristicLab.Services.Access.AccessService" behaviorConfiguration="DefaultServiceBehavior"> 78 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange" /> 79 <endpoint behaviorConfiguration="DefaultEndpointBehavior" binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 80 contract="HeuristicLab.Services.Access.IAccessService" /> 81 </service> 82 </services> 83 </system.serviceModel> 66 <startup> 67 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> 68 </startup> 84 69 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.Deployment.DataAccess/3.3/Deployment.dbml
r4494 r14754 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.PluginStore" Class="DeploymentDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;In itial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI" SettingsObjectName="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_DeploymentConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" SettingsObjectName="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_DeploymentConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.Dependencies" Member="Dependencies"> 4 4 <Type Name="Dependency"> -
branches/symbreg-factors-2650/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs
r11623 r14754 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;In itial Catalog=HeuristicLab.Deployment;Integrated Secur" +30 " ity=SSPI")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.De" + 30 "ployment")] 31 31 public string HeuristicLab_DeploymentConnectionString { 32 32 get { -
branches/symbreg-factors-2650/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.settings
r4494 r14754 6 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=.\SQLEXPRESS;In itial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI</ConnectionString>8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment</ConnectionString> 9 9 <ProviderName>System.Data.SqlClient</ProviderName> 10 10 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source=.\SQLEXPRESS;In itial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI</Value>11 <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment</Value> 12 12 </Setting> 13 13 </Settings> -
branches/symbreg-factors-2650/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config
r11623 r14754 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections>4 </configSections>5 3 <connectionStrings> 6 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;In itial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI" providerName="System.Data.SqlClient"/>4 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" /> 7 5 </connectionStrings> 8 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> 6 7 <startup> 8 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 9 </startup> 10 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r11623 r14754 121 121 </ItemGroup> 122 122 <ItemGroup> 123 <None Include=" App.config" />123 <None Include="app.config" /> 124 124 </ItemGroup> 125 125 <ItemGroup> … … 130 130 </ItemGroup> 131 131 <ItemGroup> 132 <None Include="Web.config" /> 132 133 <None Include="HeuristicLab.snk" /> 133 134 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Services.Hive merged: 14748
- Property svn:mergeinfo changed
-
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.DataAccess
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Services.Hive.DataAccess merged: 14748
- Property svn:mergeinfo changed
-
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.DataAccess/3.3/HiveDataContext.dbml
r12926 r14754 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.Hive" Class="HiveDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source= localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True" SettingsObjectName="HeuristicLab.Services.Hive.DataAccess.Settings" SettingsPropertyName="HeuristicLab_Hive_LinqConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" SettingsObjectName="HeuristicLab.Services.Hive.DataAccess.Settings" SettingsPropertyName="HeuristicLab_Hive_LinqConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.AssignedResources" Member="AssignedResources"> 4 4 <Type Name="AssignedResource"> -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs
r11623 r14754 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source= localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=T" +30 " rue;")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hi" + 30 "ve-3.3")] 31 31 public string HeuristicLab_Hive_LinqConnectionString { 32 32 get { -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings
r6983 r14754 6 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source= localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;</ConnectionString>8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3</ConnectionString> 9 9 <ProviderName>System.Data.SqlClient</ProviderName> 10 10 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source= localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;</Value>11 <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3</Value> 12 12 </Setting> 13 13 <Setting Name="LongRunningDatabaseCommandTimeout" Type="System.TimeSpan" Scope="Application"> -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.DataAccess/3.3/app.config
r11623 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections>4 <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">5 <section name="HeuristicLab.Services.Hive.DataAccess.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>6 </sectionGroup>7 </configSections>8 3 <connectionStrings> 9 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source= localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient"/>4 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4" /> 10 5 </connectionStrings> 11 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup><applicationSettings> 6 7 <applicationSettings> 12 8 <HeuristicLab.Services.Hive.DataAccess.Settings> 13 9 <setting name="LongRunningDatabaseCommandTimeout" serializeAs="String"> … … 19 15 </HeuristicLab.Services.Hive.DataAccess.Settings> 20 16 </applicationSettings> 17 18 <startup> 19 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 20 </startup> 21 21 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.JanitorService/3.3/app.config
r11623 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> 3 <startup> 4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 5 </startup> 6 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive.Web/Hive-3.3/Web.config
r11623 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <configSections> … … 6 6 </sectionGroup> 7 7 </configSections> 8 8 9 <appSettings> 9 10 <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;"/> 10 11 </appSettings> 12 11 13 <applicationSettings> 12 14 <HeuristicLab.Services.Hive.DataAccess.Settings> … … 19 21 </HeuristicLab.Services.Hive.DataAccess.Settings> 20 22 </applicationSettings> 23 21 24 <connectionStrings> 22 <add name="HeuristicLab.Authentication" connectionString=" data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>23 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString=" Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient"/>25 <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 26 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString=".\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=SSPI" /> 24 27 </connectionStrings> 25 <!--26 For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.27 28 28 The following attributes can be set on the <httpRuntime> tag.29 <system.Web>30 <httpRuntime targetFramework="4.5" />31 </system.Web>32 -->33 29 <system.web> 34 <authentication mode="Forms" />30 <authentication mode="Forms" /> 35 31 <compilation debug="true" targetFramework="4.5"> 36 32 <assemblies> 37 <add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />33 <add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 38 34 </assemblies> 39 35 </compilation> 40 <membership> 36 <httpRuntime maxRequestLength="2097151"/> 37 <membership defaultProvider="AspNetSqlMembershipProvider"> 41 38 <providers> 42 <clear/> 43 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="HeuristicLab.Authentication"/> 39 <clear /> 40 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" 41 requiresQuestionAndAnswer="false" requiresUniqueEmail="false" applicationName="HeuristicLab.Authentication" minRequiredPasswordLength="8" 42 minRequiredNonalphanumericCharacters="0" maxInvalidPasswordAttempts="5" /> 44 43 </providers> 45 44 </membership> 46 <roleManager enabled="true" >45 <roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider"> 47 46 <providers> 48 <clear />47 <clear /> 49 48 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication"/> 50 49 </providers> … … 55 54 </controls> 56 55 </pages> 57 <httpRuntime maxRequestLength="1048576"/>58 56 </system.web> 57 59 58 <system.serviceModel> 59 <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/> 60 <services> 61 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.Hive.HiveService"> 62 <endpoint binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 63 name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService" /> 64 <endpoint address="net.tcp://localhost:8001/Hive-3.3/HiveService.svc" 65 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 66 name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService" /> 67 <host> 68 <baseAddresses> 69 <add baseAddress="http://localhost:8000/Hive-3.3/HiveService.svc" /> 70 </baseAddresses> 71 </host> 72 </service> 73 </services> 74 <bindings> 75 <netTcpBinding> 76 <binding name="NetBinding_IHiveService" receiveTimeout="00:20:00" 77 sendTimeout="00:20:00" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" 78 maxReceivedMessageSize="2147483647" portSharingEnabled="true"> 79 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" 80 maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> 81 <security mode="TransportWithMessageCredential"> 82 <message clientCredentialType="UserName" /> 83 </security> 84 </binding> 85 </netTcpBinding> 86 <wsHttpBinding> 87 <binding name="WSHttpBinding_IHiveService" receiveTimeout="00:20:00" 88 sendTimeout="00:20:00" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"> 89 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" 90 maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> 91 <security> 92 <message clientCredentialType="UserName" /> 93 </security> 94 </binding> 95 </wsHttpBinding> 96 </bindings> 97 <behaviors> 98 <serviceBehaviors> 99 <behavior name="DefaultServiceBehavior"> 100 <serviceMetadata httpGetEnabled="true" /> 101 <serviceDebug includeExceptionDetailInFaults="true" /> 102 <serviceCredentials> 103 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" /> 104 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 105 membershipProviderName="AspNetSqlMembershipProvider" /> 106 </serviceCredentials> 107 <serviceAuthorization principalPermissionMode="UseAspNetRoles" 108 roleProviderName="AspNetSqlRoleProvider" /> 109 <serviceSecurityAudit auditLogLocation="Application" suppressAuditFailure="false" 110 messageAuthenticationAuditLevel="SuccessOrFailure" /> 111 <serviceThrottling maxConcurrentCalls="100" /> 112 </behavior> 113 </serviceBehaviors> 114 </behaviors> 60 115 <diagnostics performanceCounters="All"> 61 116 <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true" maxMessagesToLog="3000"/> 62 117 </diagnostics> 63 <bindings>64 <wsHttpBinding>65 <binding name="WSHttpBinding_IHiveService" messageEncoding="Text" receiveTimeout="00:35:00" sendTimeout="00:35:00" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">66 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>67 <security mode="Message">68 <transport clientCredentialType="Certificate"/>69 <message clientCredentialType="UserName"/>70 </security>71 </binding>72 </wsHttpBinding>73 <netTcpBinding>74 <binding name="NetTcpBinding_IHiveService" portSharingEnabled="true" receiveTimeout="00:35:00" sendTimeout="00:35:00" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">75 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>76 <security mode="TransportWithMessageCredential">77 <transport clientCredentialType="Certificate"/>78 <message clientCredentialType="UserName"/>79 </security>80 </binding>81 </netTcpBinding>82 </bindings>83 <behaviors>84 <serviceBehaviors>85 <behavior name="ServiceBehaviour_IHiveService">86 <!-- To avoid disclosing metadata information, set the value below to false and remove the metadata endpoint above before deployment -->87 <serviceMetadata httpGetEnabled="true" httpsGetEnabled="false"/>88 <!-- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information -->89 <serviceDebug httpHelpPageEnabled="true" includeExceptionDetailInFaults="true"/>90 <serviceAuthorization principalPermissionMode="UseAspNetRoles" roleProviderName="AspNetSqlRoleProvider"/>91 <serviceCredentials>92 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName"/>93 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" membershipProviderName="AspNetSqlMembershipProvider"/>94 </serviceCredentials>95 <serviceSecurityAudit auditLogLocation="Application" suppressAuditFailure="false" messageAuthenticationAuditLevel="SuccessOrFailure"/>96 <serviceThrottling maxConcurrentCalls="100"/>97 <dataContractSerializer maxItemsInObjectGraph="2147483647"/>98 </behavior>99 </serviceBehaviors>100 </behaviors>101 <services>102 <service behaviorConfiguration="ServiceBehaviour_IHiveService" name="HeuristicLab.Services.Hive.HiveService">103 <endpoint address="mexhttp" binding="mexHttpBinding" bindingConfiguration="" name="MexHttpEndpoint" contract="IMetadataExchange"/>104 <endpoint address="mex" binding="mexTcpBinding" bindingConfiguration="" name="MexTcpEndpoint" contract="IMetadataExchange"/>105 <endpoint address="" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/>106 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IHiveService" name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/>107 </service>108 </services>109 <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>110 118 </system.serviceModel> 119 111 120 <system.webServer> 112 121 <directoryBrowse enabled="true"/> -
branches/symbreg-factors-2650/HeuristicLab.Services.Hive/3.3/app.config
r12961 r14754 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections> 4 <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 5 <section name="HeuristicLab.Services.Hive.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> 6 </sectionGroup> 7 </configSections> 8 <applicationSettings> 9 <HeuristicLab.Services.Hive.Properties.Settings> 10 <setting name="SlaveHeartbeatTimeout" serializeAs="String"> 11 <value>00:03:00</value> 12 </setting> 13 <setting name="CalculatingJobHeartbeatTimeout" serializeAs="String"> 14 <value>00:05:30</value> 15 </setting> 16 <setting name="TransferringJobHeartbeatTimeout" serializeAs="String"> 17 <value>00:15:00</value> 18 </setting> 19 <setting name="TriggerEventManagerInHeartbeat" serializeAs="String"> 20 <value>False</value> 21 </setting> 22 <setting name="CleanupInterval" serializeAs="String"> 23 <value>00:03:00</value> 24 </setting> 25 <setting name="SweepInterval" serializeAs="String"> 26 <value>3.00:00:00</value> 27 </setting> 28 <setting name="SchedulingPatience" serializeAs="String"> 29 <value>00:00:20</value> 30 </setting> 31 <setting name="ProfileServicePerformance" serializeAs="String"> 32 <value>False</value> 33 </setting> 34 <setting name="GenerateStatisticsInterval" serializeAs="String"> 35 <value>00:03:00</value> 36 </setting> 37 </HeuristicLab.Services.Hive.Properties.Settings> 38 </applicationSettings> 39 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup> 3 <configSections> 4 <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 5 <section name="HeuristicLab.Services.Hive.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> 6 </sectionGroup> 7 </configSections> 8 9 <applicationSettings> 10 <HeuristicLab.Services.Hive.Properties.Settings> 11 <setting name="SlaveHeartbeatTimeout" serializeAs="String"> 12 <value>00:03:00</value> 13 </setting> 14 <setting name="CalculatingJobHeartbeatTimeout" serializeAs="String"> 15 <value>00:05:30</value> 16 </setting> 17 <setting name="TransferringJobHeartbeatTimeout" serializeAs="String"> 18 <value>00:15:00</value> 19 </setting> 20 <setting name="TriggerEventManagerInHeartbeat" serializeAs="String"> 21 <value>False</value> 22 </setting> 23 <setting name="CleanupInterval" serializeAs="String"> 24 <value>00:03:00</value> 25 </setting> 26 <setting name="SweepInterval" serializeAs="String"> 27 <value>3.00:00:00</value> 28 </setting> 29 <setting name="SchedulingPatience" serializeAs="String"> 30 <value>00:00:20</value> 31 </setting> 32 <setting name="ProfileServicePerformance" serializeAs="String"> 33 <value>False</value> 34 </setting> 35 <setting name="GenerateStatisticsInterval" serializeAs="String"> 36 <value>00:03:00</value> 37 </setting> 38 </HeuristicLab.Services.Hive.Properties.Settings> 39 </applicationSettings> 40 41 <startup> 42 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 43 </startup> 40 44 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.dbml
r13682 r14754 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.OKB" EntityNamespace="HeuristicLab.Services.OKB.DataAccess" ContextNamespace="HeuristicLab.Services.OKB.DataAccess" Class="OKBDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;In itial Catalog=HeuristicLab.OKB;Integrated Security=True" SettingsObjectName="HeuristicLab.Services.OKB.DataAccess.Properties.Settings" SettingsPropertyName="OKBConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" SettingsObjectName="HeuristicLab.Services.OKB.DataAccess.Properties.Settings" SettingsPropertyName="OKBConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.AlgorithmClass" Member="AlgorithmClasses"> 4 4 <Type Name="AlgorithmClass"> -
branches/symbreg-factors-2650/HeuristicLab.Services.OKB.DataAccess/3.3/app.config
r11623 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections>4 </configSections>5 3 <connectionStrings> 6 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" providerName="System.Data.SqlClient"/>4 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" /> 7 5 </connectionStrings> 8 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration> 6 7 <startup> 8 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 9 </startup> 10 </configuration> -
branches/symbreg-factors-2650/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj
r13682 r14754 309 309 <None Include="HeuristicLab.snk" /> 310 310 <None Include="Properties\AssemblyInfo.cs.frame" /> 311 <None Include=" web.config" />311 <None Include="Web.config" /> 312 312 </ItemGroup> 313 313 <ItemGroup> -
branches/symbreg-factors-2650/HeuristicLab.Services.OKB/3.3/app.config
r11623 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString=" data source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>4 <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/> 5 5 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/> 6 6 </connectionStrings> 7 7 8 8 <system.web> 9 <compilation debug="true"/> 10 <membership> 9 <authentication mode="Forms" /> 10 <compilation debug="true" targetFramework="4.5" /> 11 <customErrors mode="Off" /> 12 <membership defaultProvider="AspNetSqlMembershipProvider"> 11 13 <providers> 12 <clear/> 13 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="HeuristicLab.Authentication"/> 14 <clear /> 15 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" 16 requiresQuestionAndAnswer="false" requiresUniqueEmail="false" applicationName="HeuristicLab.Authentication" minRequiredPasswordLength="8" 17 minRequiredNonalphanumericCharacters="0" maxInvalidPasswordAttempts="5" /> 14 18 </providers> 15 19 </membership> 16 <roleManager enabled="true" >20 <roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider"> 17 21 <providers> 18 <clear />19 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />22 <clear /> 23 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" /> 20 24 </providers> 21 25 </roleManager> … … 23 27 24 28 <system.serviceModel> 29 <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/> 30 <services> 31 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Administration.AdministrationService"> 32 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 33 contract="HeuristicLab.Services.OKB.Administration.IAdministrationService" /> 34 <host> 35 <baseAddresses> 36 <add baseAddress="http://localhost:8000/OKB-3.3/AdministrationService.svc" /> 37 </baseAddresses> 38 </host> 39 </service> 40 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Query.QueryService"> 41 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 42 name="WSHttpBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 43 <endpoint address="net.tcp://localhost:8001/OKB-3.3/QueryService.svc" 44 binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IQueryService" 45 name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 46 <host> 47 <baseAddresses> 48 <add baseAddress="http://localhost:8000/OKB-3.3/QueryService.svc" /> 49 </baseAddresses> 50 </host> 51 </service> 52 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.RunCreation.RunCreationService"> 53 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 54 contract="HeuristicLab.Services.OKB.RunCreation.IRunCreationService" /> 55 <host> 56 <baseAddresses> 57 <add baseAddress="http://localhost:8000/OKB-3.3/RunCreationService.svc" /> 58 </baseAddresses> 59 </host> 60 </service> 61 </services> 25 62 <bindings> 26 <mexHttpBinding> 27 <binding name="DefaultMexHttpBinding"/> 28 </mexHttpBinding> 63 <netTcpBinding> 64 <binding name="NetTcpBinding_IQueryService" receiveTimeout="00:20:00" 65 sendTimeout="00:20:00" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" 66 maxReceivedMessageSize="2147483647" portSharingEnabled="true"> 67 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" 68 maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> 69 <security mode="TransportWithMessageCredential"> 70 <message clientCredentialType="UserName" /> 71 </security> 72 </binding> 73 </netTcpBinding> 29 74 <wsHttpBinding> 30 <binding name="DefaultWsHttpBinding" maxReceivedMessageSize="200000000"> 31 <readerQuotas maxArrayLength="200000000" maxBytesPerRead="200000000"/> 32 <security mode="Message"> 33 <message clientCredentialType="UserName"/> 75 <binding name="DefaultWsHttpBinding" maxBufferPoolSize="2147483647" 76 maxReceivedMessageSize="2147483647"> 77 <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" 78 maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> 79 <security> 80 <message clientCredentialType="UserName" /> 34 81 </security> 35 82 </binding> 36 83 </wsHttpBinding> 37 84 </bindings> 38 39 85 <behaviors> 40 86 <serviceBehaviors> 41 87 <behavior name="DefaultServiceBehavior"> 42 <serviceMetadata httpGetEnabled="true"/> 43 <serviceDebug includeExceptionDetailInFaults="true"/> 44 <serviceAuthorization principalPermissionMode="UseAspNetRoles" roleProviderName="AspNetSqlRoleProvider"/> 88 <serviceMetadata httpGetEnabled="true" /> 89 <serviceDebug includeExceptionDetailInFaults="true" /> 90 <serviceAuthorization principalPermissionMode="UseAspNetRoles" 91 roleProviderName="AspNetSqlRoleProvider" /> 45 92 <serviceCredentials> 46 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName"/> 47 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" membershipProviderName="AspNetSqlMembershipProvider"/> 93 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" /> 94 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 95 membershipProviderName="AspNetSqlMembershipProvider" /> 48 96 </serviceCredentials> 49 <dataContractSerializer maxItemsInObjectGraph="6553600"/>50 97 </behavior> 51 98 </serviceBehaviors> 52 99 </behaviors> 53 54 <services>55 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Administration.AdministrationService">56 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange"/>57 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" contract="HeuristicLab.Services.OKB.Administration.IAdministrationService"/>58 <host>59 <baseAddresses>60 <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/AdministrationService"/>61 </baseAddresses>62 </host>63 </service>64 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.RunCreation.RunCreationService">65 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange"/>66 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" contract="HeuristicLab.Services.OKB.RunCreation.IRunCreationService"/>67 <host>68 <baseAddresses>69 <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/RunCreationService"/>70 </baseAddresses>71 </host>72 </service>73 <service behaviorConfiguration="DefaultServiceBehavior" name="HeuristicLab.Services.OKB.Query.QueryService">74 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="DefaultMexHttpBinding" contract="IMetadataExchange"/>75 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" contract="HeuristicLab.Services.OKB.Query.IQueryService"/>76 <host>77 <baseAddresses>78 <add baseAddress="http://localhost:8732/Design_Time_Addresses/OKB-3.3/QueryService"/>79 </baseAddresses>80 </host>81 </service>82 </services>83 100 </system.serviceModel> 101 84 102 <startup> 85 103 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp.Maintenance/3.3/Web.config
r12852 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <system.web> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp.Statistics/3.3/Web.config
r12477 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <system.web> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp/3.3/Web.Debug.config
r12428 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 3 3 <!-- For more information on using Web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=301874 --> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp/3.3/Web.Release.config
r12428 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 3 3 <!-- For more information on using Web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=301874 --> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp/3.3/Web.config
r12546 r14754 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections>4 </configSections>5 3 <connectionStrings> 6 4 <remove name="HeuristicLab.Authentication" /> 7 5 <remove name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" /> 8 <add name="HeuristicLab.Authentication" connectionString=" data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />9 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source= localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient" />6 <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 7 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" /> 10 8 </connectionStrings> 9 11 10 <appSettings> 12 11 <add key="webpages:Version" value="3.0.0.0" /> … … 15 14 <add key="UnobtrusiveJavaScriptEnabled" value="true" /> 16 15 </appSettings> 16 17 17 <system.web> 18 18 <authentication mode="Forms"> 19 19 <forms loginUrl="~/App/Empty" timeout="2880" cookieless="UseCookies" name=".HEURISTICLABWEBAPP" /> 20 20 </authentication> 21 <membership> 21 <compilation debug="false" targetFramework="4.5" /> 22 <httpRuntime targetFramework="4.5" /> 23 <membership defaultProvider="AspNetSqlMembershipProvider"> 22 24 <providers> 23 25 <clear /> 24 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="HeuristicLab.Authentication" /> 26 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" 27 requiresQuestionAndAnswer="false" requiresUniqueEmail="false" applicationName="HeuristicLab.Authentication" minRequiredPasswordLength="8" 28 minRequiredNonalphanumericCharacters="0" maxInvalidPasswordAttempts="5" /> 25 29 </providers> 26 30 </membership> 27 <roleManager enabled="true" >31 <roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider"> 28 32 <providers> 29 33 <clear /> … … 31 35 </providers> 32 36 </roleManager> 33 <compilation debug="false" targetFramework="4.5" />34 <httpRuntime targetFramework="4.5" />35 37 </system.web> 38 36 39 <system.webServer> 37 <staticContent>38 <mimeMap fileExtension=".woff2" mimeType="application/font-woff" />39 </staticContent>40 41 40 <modules> 42 41 <remove name="FormsAuthentication" /> … … 49 48 <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /> 50 49 </modules> 51 <handlers>50 <handlers> 52 51 <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> 53 52 <remove name="OPTIONSVerbHandler" /> 54 53 <remove name="TRACEVerbHandler" /> 55 54 <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> 56 </handlers></system.webServer> 55 </handlers> 56 </system.webServer> 57 57 58 <runtime> 58 59 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp/3.3/WebApp/Web.config
r12428 r14754 1 <?xml version="1.0"?> 2 1 <?xml version="1.0" encoding="utf-8"?> 3 2 <configuration> 4 3 <configSections> -
branches/symbreg-factors-2650/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/plugins/Web.config
r12428 r14754 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <system.web>
Note: See TracChangeset
for help on using the changeset viewer.