correzioni web.config test

This commit is contained in:
samuele
2012-10-11 08:14:22 +02:00
parent 4c83ebc5ee
commit ef62ce5f60
2 changed files with 49 additions and 40 deletions
+41 -37
View File
@@ -11,59 +11,63 @@
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<!--Setup applicazione-->
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="titleApp" value="GMW_titleAppTEST" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="SiteName" value="Tekal" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="urlWebServer" value="http://SRV-PRODTK01/GMW/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="appName" value="GMW_TESTTerm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="SiteName" value="Tekal" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="urlWebServer" value="http://SRV-PRODTK01/GMWT/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Imballi-->
<add key="CodImballoLiquidi" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoLiquidiDaSpedire" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoLiquidi" value="0" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoLiquidiDaSpedire" value="0" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoAnime" value="IA00" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoAnime" value="50" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoLiquidi" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoLiquidiDaSpedire" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoLiquidi" value="0" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoLiquidiDaSpedire" value="0" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoAnime" value="IA00" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoAnime" value="50" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!-- determina se non chiedere login x terminalini -->
<add key="SimpleLogin" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodOperDefault" value="O0000000000099999" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Setup urls stampa reports-->
<add key="reportingServerAddress" value="SRV-PRODTK01" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportDir" value="TEKAL/MAGAZZINO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportingServerAddress" value="SRV-PRODTK01" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportDir" value="TEKAL/MAGAZZINO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportName" value="Lista_di_Prelievo_Test" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Setup codici postazioni-->
<add key="IdxPosizMP" value="6" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewFusi" value="8080" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewWip" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewRienTerz" value="8888" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewFinito" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosizioneOdette" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosizMP" value="6" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewFusi" value="8080" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewWip" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewRienTerz" value="8888" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosNewFinito" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosizioneOdette" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosizioneLiquidi" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosizioneTrattamenti" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="IdxPosizioneTrattamenti" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartCompleto" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartAnime" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartFin" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartFusi" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartLiquidiF10" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartLiquidiF18" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartMP" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartOdette" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartTara" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartWip" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartFin" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartFusi" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartLiquidiF10" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartLiquidiF18" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartMP" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartOdette" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartTara" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartWip" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!-- setup odette -->
<add key="indStabFrom" value="Via Po,55 I-66020 San Giovanni Teatino CH" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="indStabFrom" value="Via Po,55 I-66020 San Giovanni Teatino CH" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
<add key="PrelDepoTermEnabled" value="False" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Setup installazione-->
<add key="CodCS" value="TK" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_adminEmail" value="giancarlo@steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="SRV63" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="GMWConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="SP_produzioneConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=ProduzioneTekalTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="PermessiConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UtenteCdcConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="VocabolarioConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodCS" value="TK" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_adminEmail" value="giancarlo@steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="SRV63" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="GMWConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="SP_produzioneConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=ProduzioneTekalTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="PermessiConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UtenteCdcConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="VocabolarioConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Vocabolario;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
</appSettings>
<connectionStrings>
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWtest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
+8 -3
View File
@@ -17,8 +17,10 @@
<appSettings>
<!--Setup applicazione-->
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="titleApp" value="GMW_titleApp" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="appName" value="GMW_Term" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="SiteName" value="Tekal" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="urlWebServer" value="http://SRV-PRODTK01/GMW/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="urlWebServer" value="http://SRV-PRODTK01/GMWT/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Imballi-->
<add key="CodImballoLiquidi" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoLiquidiDaSpedire" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
@@ -26,6 +28,9 @@
<add key="QtaImballoLiquidiDaSpedire" value="0" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodImballoAnime" value="IA00" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="QtaImballoAnime" value="50" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!-- determina se non chiedere login x terminalini -->
<add key="SimpleLogin" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="CodOperDefault" value="O0000000000099999" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Setup urls stampa reports-->
<add key="reportingServerAddress" value="SRV-PRODTK01" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportDir" value="TEKAL/MAGAZZINO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
@@ -41,7 +46,7 @@
<add key="IdxPosizioneTrattamenti" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<!--Setup stampa cartellini-->
<add key="printerCartCompleto" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartAnime" value="\\SRV-DEV01\MPC2500-Copy"/>
<add key="printerCartAnime" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartFin" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartFusi" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerCartLiquidiF10" value="\\SRV-DEV01\MPC2500-Copy" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
@@ -77,7 +82,7 @@
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
<error statusCode="500" redirect="InternalError.htm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
</customErrors>
-->
</system.web>