modifiche conf progetto
modifica web.config transform x ETS (utente steamware e non "sa"...)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user