modifiche conf progetto

modifica web.config transform x ETS (utente steamware e non "sa"...)
This commit is contained in:
samuele
2012-11-30 15:48:37 +01:00
parent d6f0b6d125
commit c1825134cf
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -24,6 +24,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DeployIisAppPath>Default Web Site/ETS-WS</DeployIisAppPath>
<ExcludeGeneratedDebugSymbol>false</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>false</ExcludeApp_Data>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
+4 -4
View File
@@ -15,14 +15,14 @@
</connectionStrings>
-->
<appSettings>
<add key="ETS_WSConnectionString" value="Data Source=localhost;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=Steamwarepwd16!"
<add key="ETS_WSConnectionString" value="Data Source=localhost;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ETS_AnagraficaConnectionString" value="Data Source=localhost;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=Steamwarepwd16!"
<add key="ETS_AnagraficaConnectionString" value="Data Source=localhost;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=steamware;Password=viadante16"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="ETS_Data.Properties.Settings.ETS_WSConnectionString" connectionString="Data Source=localhost;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=Steamwarepwd16!" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ETS_Data.Properties.Settings.ETS_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=Steamwarepwd16!" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ETS_Data.Properties.Settings.ETS_WSConnectionString" connectionString="Data Source=localhost;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ETS_Data.Properties.Settings.ETS_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=steamware;Password=viadante16" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
Binary file not shown.