1f7b3ff79f
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@483 365432ac-a1b5-4ffd-bb28-6d3099d32164
182 lines
12 KiB
XML
182 lines
12 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
|
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
|
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
|
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
|
|
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
|
</sectionGroup>
|
|
</sectionGroup>
|
|
</sectionGroup>
|
|
</configSections>
|
|
<system.web>
|
|
<globalization culture="it-IT" enableClientBasedCulture="true" uiCulture="auto"/>
|
|
<sessionState mode="InProc" timeout="60" />
|
|
<pages>
|
|
<controls>
|
|
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
</controls>
|
|
</pages>
|
|
<!--
|
|
Set compilation debug="true" to insert debugging
|
|
symbols into the compiled page. Because this
|
|
affects performance, set this value to true only
|
|
during development.
|
|
-->
|
|
<compilation debug="true">
|
|
<assemblies>
|
|
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
|
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
|
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
|
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
|
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
|
</assemblies>
|
|
</compilation>
|
|
<httpHandlers>
|
|
<remove verb="*" path="*.asmx"/>
|
|
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
|
|
</httpHandlers>
|
|
<httpModules>
|
|
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
</httpModules>
|
|
<customErrors mode="Off" />
|
|
</system.web>
|
|
<appSettings>
|
|
<!--Setup applicazione-->
|
|
<add key="CodModulo" value="GMW" />
|
|
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" />
|
|
<add key="titleApp" value="GMW_titleApp" />
|
|
<add key="welcomeApp" value="GMW_welcomeApp" />
|
|
<add key="appName" value="GMW_Term" />
|
|
<add key="SiteName" value="Tekal" />
|
|
<add key="mainRev" value="2.0" />
|
|
<add key="minRev" value="467" />
|
|
<add key="copyRight" value="SteamWare © 2010-2012" />
|
|
<add key="_allowForceUser" value="true" />
|
|
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
|
|
<add key="_commonPages" value="menu.aspx#chLang.aspx" />
|
|
<add key="defaultApp" value="GMW_Appl" />
|
|
<add key="defaultTitle" value="GMW_ShortWelcome" />
|
|
<add key="defaultBody" value="GMW_LongWelcome" />
|
|
<add key="_logDir" value="~/logs/" />
|
|
<add key="doShrinkFolder" value="true" />
|
|
<add key="_logLevel" value="6" />
|
|
<add key="_logMaxMb" value="30" />
|
|
<add key="intUpdatePagina_ms" value="120000" />
|
|
<add key="_righeDataGrid" value="30" />
|
|
<add key="_righeDataGridAnagr" value="30" />
|
|
<add key="_righeDataGridLong" value="40" />
|
|
<add key="_righeDataGridMed" value="20" />
|
|
<add key="_righeDataGridShort" value="10" />
|
|
<add key="MinCharAutocomplete" value="2" />
|
|
<add key="_fromEmail" value="GMW@steamware.net" />
|
|
<add key="urlWebServer" value="http://localhost/GMWT/" />
|
|
<add key="echoLemmi" value="false" />
|
|
<add key="showLogout" value="false" />
|
|
<!-- determina se non chiedere login x terminalini -->
|
|
<add key="SimpleLogin" value="false" />
|
|
<add key="CodOperDefault" value="O9900000000000001" />
|
|
<!--Default values vari-->
|
|
<add key="Max_X" value="850" />
|
|
<add key="Max_Y" value="900" />
|
|
<add key="Max_Z" value="1300" />
|
|
<add key="Max_Kg" value="1000" />
|
|
<add key="NumX" value="10" />
|
|
<add key="NumY" value="5" />
|
|
<add key="NumZ" value="1" />
|
|
<add key="BilanciaMP" value="MP" />
|
|
<add key="CodImballoMP" value="" />
|
|
<add key="CodStatoMP" value="MP" />
|
|
<add key="CodImballoAnime" value="AI00" />
|
|
<add key="numGgToReloadRQ" value="30" />
|
|
<!--Setup urls stampa reports-->
|
|
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=true&rc:Toolbar=true&CodListaPrel={3}{4}" />
|
|
<add key="reportingServerAddress" value="SRV-PRODTK01" />
|
|
<add key="reportDir" value="TEKAL/MAGAZZINO" />
|
|
<add key="reportName" value="Lista_di_Prelievo" />
|
|
<add key="reportOpzPdf" value="&rs:Format=PDF" />
|
|
<!--Configurazioni ad hoc Tekal-->
|
|
<add key="Cosumo84PostDelibera" value="true" />
|
|
<add key="riattUdcPermessa" value="true" />
|
|
<!--Setup periodo controlli date-->
|
|
<add key="defDayFrom" value="-60" />
|
|
<add key="mostraSelOra" value="false" />
|
|
<!--Setup codici postazioni-->
|
|
<add key="IdxPosizMP" value="66" />
|
|
<add key="IdxPosNewFusi" value="77" />
|
|
<add key="IdxPosNewWip" value="1010" />
|
|
<add key="IdxPosNewRienTerz" value="3030" />
|
|
<add key="IdxPosNewFinito" value="24" />
|
|
<add key="IdxPosizioneOdette" value="24" />
|
|
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
|
|
<add key="PrelDepoTermEnabled" value="true" />
|
|
<!--codice per barcode chiusura lista prelievo-->
|
|
<add key="closeCodeLdp" value="CLOSE" />
|
|
<!--setup LDP Smart-->
|
|
<add key="LdpSmartTipoLDP" value="00-Smart" />
|
|
<add key="LdpSmartDest" value="C001" />
|
|
<add key="LdpSmartCella" value="LPX010101" />
|
|
<!--spostamenti UDC resettano UDC in lista prelievo-->
|
|
<add key ="spostaUdcResettaLdp" value="true" />
|
|
<!--posizione per UDC spostati da cella mag vuota che risultasse piena da db-->
|
|
<add key="codCellaErroriAnime" value="S00010101" />
|
|
<!--Setup installazione-->
|
|
<add key="passkey" value="pi=314" />
|
|
<add key="CodCS" value="TK" />
|
|
<add key="MinutiFinestraEditUDC" value="10" />
|
|
<add key="_adminEmail" value="samuele@steamware.net" />
|
|
<add key="_smtpCli" value="keyhammer.ath.cx" />
|
|
<add key="GMWConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
|
<add key="TK_produzioneConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=SP_Produzione;Persist Security Info=True;User ID=connGMW;Password=steamware" />
|
|
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=10.74.82.217\sql2008r2;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
|
</connectionStrings>
|
|
<system.webServer>
|
|
<validation validateIntegratedModeConfiguration="false"/>
|
|
<modules>
|
|
<remove name="ScriptModule"/>
|
|
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
</modules>
|
|
<handlers>
|
|
<remove name="ScriptHandlerFactory"/>
|
|
<remove name="ScriptHandlerFactoryAppServices"/>
|
|
<remove name="ScriptResource"/>
|
|
<remove name="WebServiceHandlerFactory-Integrated"/>
|
|
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
</handlers>
|
|
</system.webServer>
|
|
<system.codedom>
|
|
<compilers>
|
|
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
|
|
<providerOption name="CompilerVersion" value="v3.5"/>
|
|
<providerOption name="WarnAsError" value="false"/>
|
|
</compiler>
|
|
</compilers>
|
|
</system.codedom>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration> |