Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/10 00:48:11 (14 years ago)
Author:
swagner
Message:

Adapted deployment service (#1165)

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

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs

    r4256 r4494  
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2828        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
    29         [global::System.Configuration.DefaultSettingValueAttribute("Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI")]
    30         public string HeuristicLab_PluginStoreConnectionString {
     29        [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Secur" +
     30            "ity=SSPI")]
     31        public string HeuristicLab_DeploymentConnectionString {
    3132            get {
    32                 return ((string)(this["HeuristicLab_PluginStoreConnectionString"]));
     33                return ((string)(this["HeuristicLab_DeploymentConnectionString"]));
    3334            }
    3435        }
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.settings

    r4256 r4494  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="HeuristicLab_PluginStoreConnectionString" Type="(Connection string)" Scope="Application">
     5    <Setting Name="HeuristicLab_DeploymentConnectionString" Type="(Connection string)" Scope="Application">
    66      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    77&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    8   &lt;ConnectionString&gt;Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI&lt;/ConnectionString&gt;
    9   &lt;ProviderName /&gt;
     8  &lt;ConnectionString&gt;Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI&lt;/ConnectionString&gt;
     9  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
    1010&lt;/SerializableConnectionString&gt;</DesignTimeValue>
    11       <Value Profile="(Default)">Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI</Value>
     11      <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI</Value>
    1212    </Setting>
    1313  </Settings>
Note: See TracChangeset for help on using the changeset viewer.