Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/18/11 13:55:51 (12 years ago)
Author:
spimming
Message:

#1680: manage multiple app.config files with pre-build event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Services.Hive.Web/Hive-3.3/Web.config

    r6983 r7019  
    2121  </applicationSettings>
    2222  <connectionStrings>
    23     <add name="HeuristicLab.Authentication" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>
     23    <add name="HeuristicLab.Authentication" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>
    2424   <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString"
    25       connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;"
     25      connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;"
    2626      providerName="System.Data.SqlClient" />
    2727  </connectionStrings>
Note: See TracChangeset for help on using the changeset viewer.