207 lines
10 KiB
XML
207 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
For more information on how to configure your ASP.NET application, please visit
|
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
|
|
<!--
|
|
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
|
|
|
The following attributes can be set on the <httpRuntime> tag.
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.8" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation targetFramework="4.8" />
|
|
<httpRuntime targetFramework="4.6.2" />
|
|
<pages>
|
|
<namespaces>
|
|
<add namespace="System.Web.Optimization" />
|
|
</namespaces>
|
|
<controls>
|
|
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
|
|
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
|
|
</controls>
|
|
</pages>
|
|
<customErrors mode="Off" />
|
|
<globalization culture="it-IT" enableClientBasedCulture="true" uiCulture="it" />
|
|
|
|
</system.web>
|
|
<appSettings>
|
|
<!--Conf generale-->
|
|
<add key="appName" value="GPW" />
|
|
<add key="titleApp" value="GPW" />
|
|
<add key="welcomeApp" value="GPW_welcome" />
|
|
<add key="SiteName" value="Steamware" />
|
|
<!--<add key="mainRev" value="1.8" />
|
|
<add key="minRev" value="375" />-->
|
|
<add key="copyRight" value="SteamWare" />
|
|
<add key="CodModulo" value="GPW" />
|
|
<add key="_safePages" value="unauthorized.aspx#forceUser.aspx#login#login.aspx#test.aspx#Test.aspx" />
|
|
<!--Gestione forzatura priam timbratura ad entrata-->
|
|
<add key="firstIsIN" value="true" />
|
|
<!--Gestione notifiche anomalie-->
|
|
<add key="adminAnomalieEmail" value="samuele@steamware.net" />
|
|
<add key="adminContinuatoEmail" value="samuele@steamware.net" />
|
|
<add key="adminOreLavEmail" value="samuele@steamware.net" />
|
|
<add key="gg2Chk" value="60" />
|
|
<add key="gg2ChkCont" value="30" />
|
|
<add key="gg2ChkOreCaricate" value="30" />
|
|
<add key="checkAnomTimb" value="true" />
|
|
<add key="checkAnomAppr" value="true" />
|
|
<add key="checkAnomOreLav" value="true" />
|
|
<add key="checkAnomOreLavComm" value="true" />
|
|
<add key="checkAnomContinuato" value="true" />
|
|
<add key="sendEmailToUser" value="true" />
|
|
<add key="firstHour2Check" value="6" />
|
|
<add key="enableDailyCheck" value="true" />
|
|
<!--Timeout vari-->
|
|
<add key="intUpdatePagina_ms" value="120000" />
|
|
<add key="intUpdateFooter_ms" value="1000" />
|
|
<add key="maxRefreshToReload" value="120" />
|
|
<!--Gestione Barcode-->
|
|
<add key="secTimeoutBCode" value="8" />
|
|
<add key="prefComandi" value="CMD" />
|
|
<add key="prefIdx" value="idx" />
|
|
<add key="prefMatr" value="matr" />
|
|
<add key="prefCF" value="cf" />
|
|
<add key="entrata" value="CMDIN" />
|
|
<add key="uscita" value="CMDOUT" />
|
|
<add key="ipv4StazBCode" value="*" />
|
|
<add key="showNameAfterCmd" value="true" />
|
|
<!--ricerca autocomplete-->
|
|
<add key="maxNumSuggest" value="30" />
|
|
<!--Logging-->
|
|
<add key="_logDir" value="~/logs/" />
|
|
<add key="doShrinkFolder" value="true" />
|
|
<add key="_logLevel" value="6" />
|
|
<add key="_logMaxMb" value="30" />
|
|
<!--Definizione default x registrazione commesse-->
|
|
<add key="defRegAttMin" value="60" />
|
|
<add key="maxErr" value="30" />
|
|
<add key="maxErrMin" value="-30" />
|
|
<add key="maxErrPlus" value="91" />
|
|
<!--default visualizzazione timbrature-->
|
|
<add key="reviewShowCN" value="true" />
|
|
<add key="reviewShowOreMin" value="false" />
|
|
<add key="reviewShowStraord" value="true" />
|
|
<!--gestione warning x calcolo real/budget-->
|
|
<add key="warningRatioPerc" value="80" />
|
|
<!--Definizione URL e rete locale-->
|
|
<add key="localNet" value="10.74" />
|
|
<add key="dhcpLeaseTime" value="15" />
|
|
<!--Conf x grafici a barre-->
|
|
<add key="maxBarplotLargh" value="1000" />
|
|
<!--Conf attivazione funzionalità opzionali-->
|
|
<add key="barcodeAutoApprove" value="true" />
|
|
<add key="regAttEnabled" value="true" />
|
|
<!--Gestione selettore periodo-->
|
|
<add key="defDayFrom" value="-30" />
|
|
<add key="mostraSelOra" value="false" />
|
|
<!--Timbratrice x Zucchetti-->
|
|
<add key="codTimbra" value="90" />
|
|
<!--Gestione email-->
|
|
<add key="_fromEmail" value="steamwarebot@outlook.it" />
|
|
<add key="_smtpCli" value="smtp-mail.outlook.com" />
|
|
<add key="_emailUser" value="steamwarebot@outlook.it" />
|
|
<add key="_emailPwd" value="siamoInViaNazionale93" />
|
|
<add key="_enableSSL" value="true" />
|
|
<!--gestione tac cloud-->
|
|
<add key="TagCloudMode" value="elenco" />
|
|
<!--Gestione auth dispositivi mobile-->
|
|
<add key="authKey" value="keyhammer" />
|
|
<add key="baseUrl" value="http://iis02/GPW/" />
|
|
<add key="baseWebUrl" value="http://seriate.steamware.net:8083/GPW/" />
|
|
<add key="GpwSmartUrl" value="../../GPW-Smart" />
|
|
<!--Gestione SSRS-->
|
|
<add key="reportBaseUrl" value="http://W2019-SQL-STEAM/ReportServer?/Steamware/" />
|
|
<!--Conf DB-->
|
|
<add key="PermessiConnectionString" value="Data Source=W2019-SQL-STEAM;Initial Catalog=GPW;Persist Security Info=True;User ID=UserGPW; Password=Us3rGpw!75x93$77" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=W2019-SQL-STEAM;Initial Catalog=Steamware_Anagrafica;Persist Security Info=True;User ID=UserGPW; Password=Us3rGpw!75x93$77" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=W2019-SQL-STEAM;Initial Catalog=GPW_vocabolario;Persist Security Info=True;User ID=UserGPW; Password=Us3rGpw!75x93$77" />
|
|
<add key="GPWConnectionString" value="Data Source=W2019-SQL-STEAM;Initial Catalog=GPW;Persist Security Info=True;User ID=UserGPW; Password=Us3rGpw!75x93$77" />
|
|
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="GPW_data.Properties.Settings.GPWConnectionString" connectionString="Data Source=W2019-SQL-STEAM;Initial Catalog=GPW;Persist Security Info=True;User ID=UserGPW; Password=Us3rGpw!75x93$77" providerName="System.Data.SqlClient" />
|
|
<add name="ErrorLog" connectionString="Data Source=SQL2016DEV;Initial Catalog=Elmah;Persist Security Info=True;User ID=UserGPW; Password=Us3rGpw!75x93$77;" providerName="System.Data.SqlClient" />
|
|
</connectionStrings>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.3" newVersion="6.0.0.3" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="ZstdSharp" publicKeyToken="8d151af33a4ad5cf" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-0.7.5.0" newVersion="0.7.5.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Threading.Channels" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="SharpCompress" publicKeyToken="afb0a02973931d96" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-0.36.0.0" newVersion="0.36.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.9" newVersion="6.0.0.9" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<system.webServer>
|
|
|
|
|
|
<staticContent>
|
|
<remove fileExtension=".woff" />
|
|
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
|
|
<remove fileExtension=".woff2" />
|
|
<mimeMap fileExtension=".woff2" mimeType="application/x-font-woff" />
|
|
<remove fileExtension=".svg" />
|
|
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
|
|
<remove fileExtension=".json" />
|
|
<mimeMap fileExtension=".json" mimeType="application/json" />
|
|
</staticContent>
|
|
</system.webServer>
|
|
|
|
</configuration>
|
|
<!--ProjectGuid: C43C7EA3-7D2F-4ED2-9303-791AAB8BB490--> |