179 lines
9.8 KiB
XML
179 lines
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Per altre informazioni su come configurare l'applicazione ASP.NET, vedere
|
|
https://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="elmah">
|
|
<section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" />
|
|
<section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah" />
|
|
<section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" />
|
|
<section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.6.2" />
|
|
<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" />
|
|
</controls>
|
|
</pages>
|
|
<httpModules>
|
|
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
|
|
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
|
|
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
|
|
</httpModules>
|
|
<sessionState mode="Custom" customProvider="MySessionStateStore">
|
|
<providers>
|
|
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="localhost" accessKey="localhost" ssl="false" applicationName="CTRACK" />
|
|
</providers>
|
|
</sessionState>
|
|
</system.web>
|
|
<!--<system.web.extensions>
|
|
<scripting>
|
|
<scriptResourceHandler enableCompression="true" enableCaching="true" />
|
|
</scripting>
|
|
</system.web.extensions>-->
|
|
<appSettings>
|
|
<add key="serializeSession" value="true" />
|
|
<add key="CodModulo" value="C.TRACKS" />
|
|
<add key="_navMaxChar" value="20" />
|
|
<!--gestione cookie-->
|
|
<!--<add key="AuthCookie" value="C.TRACKS_Auth" />-->
|
|
<add key="enableCookie" value="true" />
|
|
<add key="cookieDayExp" value="365" />
|
|
<!--<add key="authSite" value="http://IIS02/Equa_Auth/"/>-->
|
|
<add key="currSite" value="http://IIS02/XPST/" />
|
|
<add key="mainSite" value="http://IIS02/XPS/" />
|
|
<!--gestione button-->
|
|
<add key="autoConfCmd" value="true" />
|
|
<!--gestione pagina-->
|
|
<add key="intUpdatePagina_ms" value="120000" />
|
|
<add key="cacheValSec" value="60" />
|
|
<add key="numDD" value="90" />
|
|
<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="_logDir" value="./logs/" />
|
|
<add key="_logLevel" value="6" />
|
|
<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="_loginPages" value="UserAdmin" />
|
|
<add key="PageNoIndex" value="Test#UserAdmin#Login" />
|
|
<add key="_commonPages" value="menu.aspx" />
|
|
<add key="_titoloPagina" value="C.TRACKS" />
|
|
<add key="appName" value="C.TRACKS" />
|
|
<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="_forcedDestEmail" value="samuele@steamware.net" />
|
|
<add key="_adminEmail" value="samuele@steamware.net" />
|
|
<add key="_emailUser" value="magazzino@fosfatazione.it" />
|
|
<add key="_emailPwd" value="07fosfatazione" />
|
|
<add key="_smtpCli" value="smtp.fosfatazione.it" />
|
|
<add key="_enableSSL" value="false" />
|
|
<add key="_PortSSL" value="587" />
|
|
<!--area auth-->
|
|
<add key="AuthCookieName" value="C.TRACKS_Auth" />
|
|
<add key="enablePlain" value="true" />
|
|
<add key="DevicesAuthConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />
|
|
<!--area DB-->
|
|
<!--<add key="XPSConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />-->
|
|
<add key="PermessiConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />
|
|
<!--Area barcode-->
|
|
<add key="bCodeRetMain" value="bcex" />
|
|
<!-- Setup link a reporting -->
|
|
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}" />
|
|
<!-- NB: "/" == "%2f" -->
|
|
<add key="reportingServerAddress" value="SQL2016DEV" />
|
|
<add key="reportDir" value="ReportEqua" />
|
|
<add key="reportName_mod" value="ReportSchedaIdentificazione" />
|
|
<add key="reportName_lbl" value="LabelEqua" />
|
|
<add key="reportOpzPdf" value="&rs:Format=PDF" />
|
|
<add key="printerSchedaIdent" value="PDFCreator" />
|
|
<add key="printerBarcode" value="PDFCreator" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<!--<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS_data\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
|
|
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=SQL2016DEV;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />
|
|
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=SQL2016DEV;Initial Catalog=Equa_XPS;Persist Security Info=True;User ID=sa;Password=keyhammer16;" providerName="System.Data.SqlClient" />-->
|
|
</connectionStrings>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
|
|
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<system.codedom>
|
|
<compilers>
|
|
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
|
|
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
|
|
</compilers>
|
|
</system.codedom>
|
|
<system.webServer>
|
|
<validation validateIntegratedModeConfiguration="false" />
|
|
<modules>
|
|
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" />
|
|
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" />
|
|
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" />
|
|
<remove name="Session" />
|
|
<add name="Session" type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
|
|
</modules>
|
|
</system.webServer>
|
|
<elmah>
|
|
<!--
|
|
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
|
more information on remote access and securing ELMAH.
|
|
-->
|
|
<security allowRemoteAccess="false" />
|
|
</elmah>
|
|
<location path="elmah.axd" inheritInChildApplications="false">
|
|
<system.web>
|
|
<httpHandlers>
|
|
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
|
|
</httpHandlers>
|
|
<!--
|
|
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
|
more information on using ASP.NET authorization securing ELMAH.
|
|
|
|
<authorization>
|
|
<allow roles="admin" />
|
|
<deny users="*" />
|
|
</authorization>
|
|
-->
|
|
</system.web>
|
|
<system.webServer>
|
|
<handlers>
|
|
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode" />
|
|
</handlers>
|
|
</system.webServer>
|
|
</location></configuration> |