ulteriore fix namespace MedPRed --> ScheMe

This commit is contained in:
Samuele E. Locatelli
2017-01-20 18:20:25 +01:00
parent 6af84aae70
commit 58b5bbaf99
68 changed files with 120 additions and 122 deletions
+10 -10
View File
@@ -15,19 +15,19 @@
</connectionStrings>
-->
<appSettings>
<add key="baseUrl" value="http://medpred.steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="adminEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_fromEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrl" value="http://scheme.steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<!--<add key="adminEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_fromEmail" value="paolo.malighetti@unibg.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
<add key="enablePlain" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="MedPredConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="MedPredFilesConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ScheMeConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ScheMeFilesConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="ScheMe_Data.Properties.Settings.MedPredConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ScheMe_Data.Properties.Settings.MedPred_filesConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.MedPredConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connMedPred;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ScheMe_Data.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ScheMe_Data.Properties.Settings.ScheMe_filesConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe_files;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.ScheMeConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ScheMe;Persist Security Info=True;User ID=connScheMe;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />