Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/15 16:35:17 (9 years ago)
Author:
dglaser
Message:

#2388: Changed all files to connect to localhost / sqlexpress

HeuristicLab.Services.Hive-3.3:

  • Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented

HeuristicLab.Services.Hive.Web.Hive-3.3:

  • Added publish profiles

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added functionality to download TaskData as .hl file
File:
1 edited

Legend:

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

    r11623 r12584  
    2727    </sources>
    2828    <sharedListeners>
    29       <add initializeData="C:\inetpub\wwwroot\services.heuristiclab.com\Deployment-3.3\web_messages.svclog"
     29      <add initializeData="C:\inetpub\wwwroot\localhost\Deployment-3.3\web_messages.svclog"
    3030        type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    3131        name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">
    3232        <filter type="" />
    3333      </add>
    34       <add initializeData="C:\inetpub\wwwroot\services.heuristiclab.com\Deployment-3.3\web_tracelog.svclog"
     34      <add initializeData="C:\inetpub\wwwroot\localhost\Deployment-3.3\web_tracelog.svclog"
    3535        type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
    3636        name="ServiceModelTraceListener" traceOutputOptions="Timestamp">
Note: See TracChangeset for help on using the changeset viewer.