update installers

This commit is contained in:
samuele
2012-12-17 18:25:51 +01:00
parent 2c579d33de
commit 9fc4b72faf
40 changed files with 409 additions and 124 deletions
+2 -1
View File
@@ -19,7 +19,7 @@
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>true</ExcludeApp_Data>
<DeployIisAppPath>Sito Web Predefinito\XPS</DeployIisAppPath>
<DeployIisAppPath>Sito Web Predefinito/XPS</DeployIisAppPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@@ -60,6 +60,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DeployIisAppPath>Default Web Site/XPS</DeployIisAppPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="AjaxControlToolkit, Version=3.5.60919.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -134,7 +134,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="161" />
<add key="minRev" value="162" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -134,7 +134,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="161" />
<add key="minRev" value="162" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<parameters>
<setParameter name="IIS Web Application Name" value="Sito Web Predefinito\XPS2" />
<setParameter name="IIS Web Application Name" value="Sito Web Predefinito/XPS" />
<setParameter name="XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" />
<setParameter name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String" value="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" />
<setParameter name="XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String" value="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" />
Binary file not shown.
@@ -134,7 +134,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="161" />
<add key="minRev" value="162" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -134,7 +134,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="161" />
<add key="minRev" value="162" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -1,6 +1,4 @@
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\MDB_Data\si_dt30.mdb
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\Reports\LabelEqua.rdlc
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\Reports\ReportSchedaIdentificazione.rdlc
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.pdb
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SteamWare.dll
Binary file not shown.
+24 -5
View File
@@ -3,7 +3,7 @@
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
@@ -14,9 +14,28 @@
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
<appSettings>
<add key="dominio" value="equa" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="localhost" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="XPSConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportingServerAddress" value="192.168.0.2" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportDir" value="Equa" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerSchedaIdentificazione" value="Brother HL-2170W series" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="MarginBarcode" value="0.1cm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
@@ -27,5 +46,5 @@
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</system.web>
</configuration>
+1 -1
View File
@@ -126,7 +126,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="161"/>
<add key="minRev" value="162"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
+9 -8
View File
@@ -2,7 +2,8 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EQUA|AnyCPU'">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>
</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -13,6 +14,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>true</ExcludeApp_Data>
<DeployIisAppPath>Sito Web Predefinito/XPST</DeployIisAppPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@@ -48,10 +52,13 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>true</ExcludeApp_Data>
</PropertyGroup>
<ItemGroup>
<Reference Include="AjaxMin">
@@ -178,12 +185,6 @@
<Content Include="WebUserControls\mod_footer.ascx" />
<Content Include="WebUserControls\mod_menuTopCompact.ascx" />
</ItemGroup>
<ItemGroup>
<Content Include="equaAppSettings.config" />
</ItemGroup>
<ItemGroup>
<Content Include="equaConnectionStrings.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="images\" />
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
Binary file not shown.
Binary file not shown.
Binary file not shown.
-50
View File
@@ -1,50 +0,0 @@
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="equa"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
<add key="_righeDataGridAnagr" value="20"/>
<add key="_righeDataGridLong" value="20"/>
<add key="_righeDataGridMed" value="15"/>
<add key="_righeDataGridShort" value="10"/>
<add key="_fromEmail" value="xps@steamware.net"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<add key="_allowForceUser" value="true"/>
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
<add key="_commonPages" value="menu.aspx"/>
<add key="_titoloPagina" value="XPS"/>
<add key="titleApp" value="XPS_titleApp"/>
<add key="welcomeApp" value="XPS_welcomeApp"/>
<add key="appName" value="XPS"/>
<add key="mainRev" value="1.2"/>
<add key="minRev" value="151"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
<add key="defaultBody" value="XPS_LongWelcome"/>
<add key="_treeMaxChar" value="45"/>
<add key="_showAllTree" value="false"/>
<add key="_jumpStart" value="10"/>
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="info@steamware.net"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="localhost"/>
<add key="XPSConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
<!--Area barcode-->
<add key="bCodeRetMain" value="bcex"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=true&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="192.168.0.2"/>
<add key="reportDir" value="Equa"/>
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
<add key="printerSchedaIdent" value="Brother HL-2170W series"/>
<add key="printerBarcode" value="\\EEEPCASUS\Brother QL-500"/>
</appSettings>
-11
View File
@@ -1,11 +0,0 @@
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString"
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Z:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True"
providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString"
connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"
providerName="System.Data.SqlClient" />
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString"
connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware"
providerName="System.Data.SqlClient" />
</connectionStrings>
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<parameters>
<parameter name="XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.si_dt30ConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" tags="SqlConnectionString">
<parameter name="XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.si_dt30ConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" tags="SqlConnectionString">
<parameterEntry kind="XmlFile" scope="C:\\Users\\samuele\\Documents\\Visual\ Studio\ 2010\\Projects\\XPS\\project\\XPST\\obj\\EQUA\\Package\\PackageTmp\\Web\.config$" match="/configuration/connectionStrings/add[@name='XPS_data.Properties.Settings.si_dt30ConnectionString']/@connectionString" />
</parameter>
<parameter name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" tags="SqlConnectionString">
<parameter name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" tags="SqlConnectionString">
<parameterEntry kind="XmlFile" scope="C:\\Users\\samuele\\Documents\\Visual\ Studio\ 2010\\Projects\\XPS\\project\\XPST\\obj\\EQUA\\Package\\PackageTmp\\Web\.config$" match="/configuration/connectionStrings/add[@name='XPS_data.Properties.Settings.Equa_AnagraficaConnectionString']/@connectionString" />
</parameter>
<parameter name="XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.Equa_XPSConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" tags="SqlConnectionString">
<parameter name="XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.Equa_XPSConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" tags="SqlConnectionString">
<parameterEntry kind="XmlFile" scope="C:\\Users\\samuele\\Documents\\Visual\ Studio\ 2010\\Projects\\XPS\\project\\XPST\\obj\\EQUA\\Package\\PackageTmp\\Web\.config$" match="/configuration/connectionStrings/add[@name='XPS_data.Properties.Settings.Equa_XPSConnectionString']/@connectionString" />
</parameter>
</parameters>
@@ -109,7 +109,7 @@
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="steamwarewin"/>
<add key="dominio" value="equa"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -126,7 +126,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="161"/>
<add key="minRev" value="162"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -137,28 +137,28 @@
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="equa@steamware.net"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="keyhammer.ath.cx"/>
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="_smtpCli" value="localhost"/>
<add key="XPSConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
<!--Area barcode-->
<add key="bCodeRetMain" value="bcex"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=true&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportingServerAddress" value="192.168.0.2"/>
<add key="reportDir" value="Equa"/>
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
<add key="printerSchedaIdent" value="PDFCreator"/>
<add key="printerBarcode" value="PDFCreator"/>
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
@@ -109,7 +109,7 @@
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="steamwarewin"/>
<add key="dominio" value="equa"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -126,7 +126,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="161"/>
<add key="minRev" value="162"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -137,23 +137,23 @@
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="equa@steamware.net"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="keyhammer.ath.cx"/>
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="_smtpCli" value="localhost"/>
<add key="XPSConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
<!--Area barcode-->
<add key="bCodeRetMain" value="bcex"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=true&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportingServerAddress" value="192.168.0.2"/>
<add key="reportDir" value="Equa"/>
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
<add key="printerSchedaIdent" value="PDFCreator"/>
<add key="printerBarcode" value="PDFCreator"/>
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String_0)" providerName="System.Data.OleDb"/>
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<parameters>
<setParameter name="IIS Web Application Name" value="Sito Web Predefinito/XPST" />
<setParameter name="XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" />
<setParameter name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String" value="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" />
<setParameter name="XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String" value="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" />
</parameters>
@@ -0,0 +1,63 @@
===========================
Prerequisites :
--------------------------
To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For information about how to install Web Deploy, see the following URL:
http://go.microsoft.com/?linkid=9278654
This batch file requires that the package file "XPST.zip" and optionally provided the parameters file "XPST.SetParameters.xml" in the same folder or destination folder by environment variable.
===========================
Usage:
--------------------------
{0} [/T|/Y] [/M:ComputerName] [/U:UserName] [/P:Password] [/G:UseTempAgent] [Additional msdeploy.exe flags ...]
===========================
Required Flags:
--------------------------
/T:
Calls msdeploy.exe with the "-whatif" flag, which simulates deployment. This does not deploy the package. Instead, it creates a report of what will happen when you actually deploy the package.
/Y:
Calls msdeploy.exe without the "-whatif" flag, which deploys the package to the current machine or a destination server. Use /Y after you have verified the output that was generated by using the /T flag.
Note: Do not use /T and /Y in the same command.
===========================
Optional Flags:
--------------------------
By Default, this script deploy on the current machine where this script is called with current user credential without agent service. Only pass the following value for advance scenario.
/M:<Destination server name or Service URL>
If this flag is not specified, the package is installed on the computer where the command is run. The Service URL can be in the following format:
https://<DestinationServer>:8172/MSDeploy.axd
This format requires that IIS 7 be installed on the destination server and that IIS 7 Web Management Service(WMSvc) and Web Deployment Handler be set up.
The service URL can also be in the following format:
http://<DestinationServer>/MSDeployAgentService
This format requires administrative rights on the destination server, and it requires that Web Deploy Remote Service (MsDepSvc) be installed on the destination server. IIS 7 does not have to be installed on the destination server.
/U:<UserName>
/P:<Password>
/G:<True | False>
Specifies that the package is deployed by creating a temporary listener on the destination server. This requires no special installation on the destination server, but it requires you to be an administrator on that server. The default value of this flag is False.
/A:<Basic | NTLM>
Specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic; otherwise, the default authentication type is NTLM.
/L
Specifies that the package is deployed to local IISExpress user instance.
[Additional msdeploy.exe flags]
The msdeploy.exe command supports additional flags. You can include any of these additional flags in the "$(ProjectName).Deploy.cmd" file, and the flags are passed through to msdeploy.exe during execution.
Alternatively, you can specify additional flags by setting the "_MsDeployAdditionalFlags" environment variable. These settings are used by this batch file.
Note: Any flag value that includes an equal sign (=) must be enclosed in double quotation marks, as shown in the following example, which will skip deploying the databases that are included in the package:
"-skip:objectName=dbFullSql"
===========================
Environment-Specific Settings:
--------------------------
To customize application-specific settings for each deployment environment (for example, the IIS application name, the physical path, and any connection strings), edit the settings in the following file:
"XPST.SetParameters.xml"
===========================
For more information on this deploy script visit: http://go.microsoft.com/fwlink/?LinkID=183544
@@ -0,0 +1,256 @@
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.com/?linkid=9278654
@rem Note: This batch file assumes the package and setparametsrs.xml are in the same folder with this file
@rem ---------------------------------------------------------------------------------
@if %_echo%!==! echo off
setlocal
@rem ---------------------------------------------------------------------------------
@rem Please Make sure you have Web Deploy install in your machine.
@rem Alternatively, you can explicit set the MsDeployPath to the location it is on your machine
@rem set MSDeployPath="C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\"
@rem ---------------------------------------------------------------------------------
@rem ---------------------------------------------------------------------------------
@rem if user does not set MsDeployPath environment variable, we will try to retrieve it from registry.
@rem ---------------------------------------------------------------------------------
if "%MSDeployPath%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IIS Extensions\MSDeploy" /s ^| findstr -i "InstallPath"`) do (
if /I "%%h" == "InstallPath" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
if "%%~dpj" == "%%j" (
set MSDeployPath=%%j
))))))
if not exist "%MSDeployPath%\msdeploy.exe" (
echo. msdeploy.exe is not found on this machine. Please install Web Deploy before execute the script.
echo. Please visit http://go.microsoft.com/?linkid=9278654
goto :usage
)
set RootPath=%~dp0
if /I "%_DeploySetParametersFile%" == "" (
set _DeploySetParametersFile=%RootPath%XPST.SetParameters.xml
)
set _ArgTestDeploy=
set _ArgDestinationType=auto
set _ArgComputerName=
set _ArgUserName=
set _ArgPassword=
set _ArgEncryptPassword=
set _ArgIncludeAcls=False
set _ArgAuthType=
set _ArgtempAgent=
set _ArgLocalIIS=
set _ArgLocalIISVersion=
@rem ---------------------------------------------------------------------------------
@rem Simple Parse the arguments
@rem ---------------------------------------------------------------------------------
:NextArgument
set _ArgCurrentOriginal=%1
set _ArgCurrent=%~1
if /I "%_ArgCurrent%" == "" goto :GetStarted
if /I "%_ArgCurrent%" == "/T" set _ArgTestDeploy=true&goto :ArgumentOK
if /I "%_ArgCurrent%" == "/Y" set _ArgTestDeploy=false&goto :ArgumentOK
if /I "%_ArgCurrent%" == "/L" set _ArgLocalIIS=true&goto :ArgumentOK
set _ArgFlag=%_ArgCurrent:~0,3%
set _ArgValue=%_ArgCurrent:~3%
if /I "%_ArgFlag%" == "/M:" set _ArgComputerName=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/U:" set _ArgUserName=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/P:" set _ArgPassword=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/E:" set _ArgEncryptPassword=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/I:" set _ArgIncludeAcls=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/A:" set _ArgAuthType=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/G:" set _ArgtempAgent=%_ArgValue%&goto :ArgumentOK
@rem Any addition flags, pass through to the msdeploy
set _ArgMsDeployAdditionalFlags=%_ArgMsDeployAdditionalFlags% %_ArgCurrentOriginal%
:ArgumentOK
shift
goto :NextArgument
:GetStarted
if /I "%_ArgTestDeploy%" == "" goto :usage
if /I "%_ArgDestinationType%" == "" goto :usage
set _Destination=%_ArgDestinationType%
if not "%_ArgComputerName%" == "" set _Destination=%_Destination%,computerName='%_ArgComputerName%'
if not "%_ArgUserName%" == "" set _Destination=%_Destination%,userName='%_ArgUserName%'
if not "%_ArgPassword%" == "" set _Destination=%_Destination%,password='%_ArgPassword%'
if not "%_ArgAuthType%" == "" set _Destination=%_Destination%,authtype='%_ArgAuthType%'
if not "%_ArgEncryptPassword%" == "" set _Destination=%_Destination%,encryptPassword='%_ArgEncryptPassword%'
if not "%_ArgIncludeAcls%" == "" set _Destination=%_Destination%,includeAcls='%_ArgIncludeAcls%'
if not "%_ArgtempAgent%" == "" set _Destination=%_Destination%,tempAgent='%_ArgtempAgent%'
@rem ---------------------------------------------------------------------------------
@rem add -whatif when -T is specified
@rem ---------------------------------------------------------------------------------
if /I "%_ArgTestDeploy%" NEQ "false" (
set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% -whatif
)
@rem ---------------------------------------------------------------------------------
@rem add flags for IISExpress when -L is specified
@rem ---------------------------------------------------------------------------------
if /I "%_ArgLocalIIS%" == "true" (
call :SetIISExpressArguments
)
if /I "%_ArgLocalIIS%" == "true" (
if not exist "%IISExpressPath%%IISExpressManifest%" (
echo. IISExpress is not found on this machine. Please install through Web Platform Installer before execute the script.
echo. or remove /L flag
echo. Please visit http://go.microsoft.com/?linkid=9278654
goto :usage
)
if not exist "%IISExpressUserProfileDirectory%" (
echo. %IISExpressUserProfileDirectory% is not exists
echo. IISExpress is found on the machine. But the user have run IISExpress at least once.
echo. Please visit http://go.microsoft.com/?linkid=9278654 for detail
goto :usage
)
set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% -appHostConfigDir:%IISExpressUserProfileDirectory% -WebServerDir:"%IISExpressPath%" -webServerManifest:"%IISExpressManifest%"
)
@rem ---------------------------------------------------------------------------------
@rem pass through the addition msdeploy.exe Flags
@rem ---------------------------------------------------------------------------------
set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% %_ArgMsDeployAdditionalFlags%
@rem ---------------------------------------------------------------------------------
@rem check the existence of the package file
@rem ---------------------------------------------------------------------------------
if not exist "%RootPath%XPST.zip" (
echo "%RootPath%XPST.zip" does not exist.
echo This batch file relies on this deploy source file^(s^) in the same folder.
goto :usage
)
@rem ---------------------------------------------------------------------------------
@rem Execute msdeploy.exe command line
@rem ---------------------------------------------------------------------------------
call :CheckParameterFile
echo. Start executing msdeploy.exe
echo -------------------------------------------------------
if not exist "%_DeploySetParametersFile%" (
echo. "%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPST.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' %_MsDeployAdditionalFlags%
"%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPST.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' %_MsDeployAdditionalFlags%
) else (
echo. "%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPST.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' -setParamFile:"%RootPath%XPST.SetParameters.xml" %_MsDeployAdditionalFlags%
"%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPST.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' -setParamFile:"%RootPath%XPST.SetParameters.xml" %_MsDeployAdditionalFlags%
)
goto :eof
@rem ---------------------------------------------------------------------------------
@rem Find and set IISExpress argument.
@rem ---------------------------------------------------------------------------------
:SetIISExpressArguments
if "%IISExpressPath%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IISExpress" /s ^| findstr -i "InstallPath"`) do (
if /I "%%h" == "InstallPath" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
if "%%~dpj" == "%%j" (
set IISExpressPath=%%j
))))))
if "%IISExpressPath%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\IISExpress" /s ^| findstr -i "InstallPath"`) do (
if /I "%%h" == "InstallPath" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
if "%%~dpj" == "%%j" (
set IISExpressPath=%%j
))))))
if "%PersonalDocumentFolder%" == "" (
for /F "usebackq tokens=2*" %%i in (`reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal`) do (
set PersonalDocumentFolder=%%j
))
if "%IISExpressManifest%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IISExpress" /s ^| findstr -i "Manifest"`) do (
if /I "%%h" == "Manifest" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
set IISExpressManifest=%%j
)))))
if "%IISExpressManifest%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\IISExpress" /s ^| findstr -i "Manifest"`) do (
if /I "%%h" == "Manifest" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
set IISExpressManifest=%%j
)))))
set IISExpressUserProfileDirectory="%PersonalDocumentFolder%\IISExpress\config"
goto :eof
@rem ---------------------------------------------------------------------------------
@rem CheckParameterFile -- check if the package's setparamters.xml exists or not
@rem ---------------------------------------------------------------------------------
:CheckParameterFile
echo =========================================================
if exist "%_DeploySetParametersFile%" (
echo SetParameters from:
echo "%_DeploySetParametersFile%"
echo You can change IIS Application Name, Physical path, connectionString
echo or other deploy parameters in the above file.
) else (
echo SetParamterFiles does not exist in package location.
echo Use package embedded defaultValue to deploy.
)
echo -------------------------------------------------------
goto :eof
@rem ---------------------------------------------------------------------------------
@rem Usage
@rem ---------------------------------------------------------------------------------
:usage
echo =========================================================
if not exist "%RootPath%XPST.deploy-readme.txt" (
echo Usage:%~nx0 [/T^|/Y] [/M:ComputerName] [/U:userName] [/P:password] [/G:tempAgent] [additional msdeploy flags ...]
echo Required flags:
echo /T Calls msdeploy.exe with the "-whatif" flag, which simulates deployment.
echo /Y Calls msdeploy.exe without the "-whatif" flag, which deploys the package to the current machine or destination server
echo Optional flags:
echo. By Default, this script deploy to the current machine where this script is invoked which will use current user credential without tempAgent.
echo. Only pass these arguments when in advance scenario.
echo /M: Msdeploy destination name of remote computer or proxy-URL. Default is local.
echo /U: Msdeploy destination user name.
echo /P: Msdeploy destination password.
echo /G: Msdeploy destination tempAgent. True or False. Default is false.
echo /A: specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic
otherwise, the default authentication type is NTLM.
echo /L: Deploy to Local IISExpress User Instance.
echo.[additional msdeploy flags]: note: " is required for passing = through command line.
echo "-skip:objectName=setAcl" "-skip:objectName=dbFullSql"
echo.Alternative environment variable _MsDeployAdditionalFlags is also honored.
echo.
echo. Please make sure MSDeploy is installed in the box http://go.microsoft.com/?linkid=9278654
echo.
echo In addition, you can change IIS Application Name, Physical path,
echo connectionString and other deploy parameters in the following file:
echo "%_DeploySetParametersFile%"
echo.
echo For more information about this batch file, visit http://go.microsoft.com/fwlink/?LinkID=183544
) else (
start notepad "%RootPath%XPST.deploy-readme.txt"
)
echo =========================================================
goto :eof
Binary file not shown.
@@ -126,7 +126,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="161"/>
<add key="minRev" value="162"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -109,7 +109,7 @@
</system.web>
<appSettings>
<add key="CodModulo" value="XPS"/>
<add key="dominio" value="steamwarewin"/>
<add key="dominio" value="equa"/>
<add key="_navMaxChar" value="20"/>
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -126,7 +126,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="161"/>
<add key="minRev" value="162"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -137,28 +137,28 @@
<add key="defDayLeadTime" value="3"/>
<add key="_adminEmail" value="equa@steamware.net"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="keyhammer.ath.cx"/>
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="_smtpCli" value="localhost"/>
<add key="XPSConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
<!--Area barcode-->
<add key="bCodeRetMain" value="bcex"/>
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=true&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportingServerAddress" value="192.168.0.2"/>
<add key="reportDir" value="Equa"/>
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
<add key="printerSchedaIdent" value="PDFCreator"/>
<add key="printerBarcode" value="PDFCreator"/>
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
Binary file not shown.
@@ -21,3 +21,4 @@ C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSh
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.csprojResolveAssemblyReference.cache
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.pdb
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.