Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/10 16:59:22 (14 years ago)
Author:
cneumuel
Message:

#1254

  • enabled full IIS7 compatibility
  • removed dependency to HeuristicLab.Tracing
  • changed server-side logging to wcf-tracing (needs to be enhanced to trace job-lifecycle)
Location:
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive

    • Property svn:ignore
      •  

        old new  
        11*.suo
        22HeuristicLab.Hive.Server.Tests
         3PrecompiledWeb
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/HeuristicLab.Hive.Slave.Console-3.3.csproj

    r4320 r4710  
    2121    <OldToolsVersion>3.5</OldToolsVersion>
    2222    <UpgradeBackupLocation />
     23    <TargetFrameworkProfile />
    2324  </PropertyGroup>
    2425  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/Properties/Resources.Designer.cs

    r4424 r4710  
    1010
    1111namespace HeuristicLab.Hive.Slave.Console.Properties {
    12 
    13 
    14   /// <summary>
     12    using System;
     13   
     14   
     15    /// <summary>
    1516    ///   A strongly-typed resource class, for looking up localized strings, etc.
    1617    /// </summary>
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/Service References/SlaveConsoleService/Reference.cs

    r4424 r4710  
    1010
    1111namespace HeuristicLab.Hive.Slave.Console.SlaveConsoleService {
    12 
    13 
    14   [System.Diagnostics.DebuggerStepThroughAttribute()]
     12    using System.Runtime.Serialization;
     13    using System;
     14   
     15   
     16    [System.Diagnostics.DebuggerStepThroughAttribute()]
    1517    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1618    [System.Runtime.Serialization.DataContractAttribute(Name="StatusCommons", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Slave.Core.SlaveConsole" +
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/app.config

    r4337 r4710  
    1 <?xml version="1.0" encoding="utf-8" ?>
     1<?xml version="1.0"?>
    22<configuration>
    33  <configSections>
    4     <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    5       <section name="HeuristicLab.Hive.Slave.Console.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
     4    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     5      <section name="HeuristicLab.Hive.Slave.Console.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
    66    </sectionGroup>
    77  </configSections>
     
    1616    <bindings>
    1717      <netTcpBinding>
    18         <binding name="SlaveConsoleTcpEndpoint" closeTimeout="00:01:00"
    19           openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    20           transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
    21           hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288"
    22           maxBufferSize="65536" maxReceivedMessageSize="65536">
    23           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    24             maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    25           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    26             enabled="false" />
     18        <binding name="SlaveConsoleTcpEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxBufferSize="65536" maxReceivedMessageSize="65536">
     19          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
     20          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    2721          <security mode="None">
    28             <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
    29             <message clientCredentialType="Windows" />
     22            <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign"/>
     23            <message clientCredentialType="Windows"/>
    3024          </security>
    3125        </binding>
     
    3327    </bindings>
    3428    <client>
    35       <endpoint address="net.tcp://localhost:8000/SlaveConsoleService"
    36         binding="netTcpBinding" bindingConfiguration="SlaveConsoleTcpEndpoint"
    37         contract="SlaveConsoleService.ISlaveConsoleCommunicator" name="SlaveConsoleTcpEndpoint" />
     29      <endpoint address="net.tcp://localhost:8000/SlaveConsoleService" binding="netTcpBinding" bindingConfiguration="SlaveConsoleTcpEndpoint" contract="SlaveConsoleService.ISlaveConsoleCommunicator" name="SlaveConsoleTcpEndpoint"/>
    3830    </client>
    3931  </system.serviceModel>
    40 </configuration>
     32<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
Note: See TracChangeset for help on using the changeset viewer.