181 lines
8.4 KiB
XML
181 lines
8.4 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>
|
|
<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>
|
|
<section name="resizer" type="ImageResizer.ResizerSection" requirePermission="false" />
|
|
</configSections>
|
|
<appSettings>
|
|
<!--nome sw e versioni-->
|
|
<add key="CodModulo" value="C2P" />
|
|
<add key="appName" value="C2P" />
|
|
<add key="money" value="€" />
|
|
<add key="weight" value="kg" />
|
|
<!--area auth-->
|
|
<add key="authSenzaDominio" value="true" />
|
|
<add key="autoEnrollEnabled" value="true" />
|
|
<add key="defaultUser" value="proxima" />
|
|
<add key="defaultDomain" value="WINLAB" />
|
|
<!--area suggerimenti-->
|
|
<add key="maxNumSuggest" value="50" />
|
|
<!--area logger-->
|
|
<add key="_logDir" value="~/logs/" />
|
|
<add key="doShrinkFolder" value="true" />
|
|
<add key="_logLevel" value="6" />
|
|
<add key="_logMaxMb" value="30" />
|
|
<add key="defDayFrom" value="-365" />
|
|
<add key="intUpdatePagina_ms" value="60000" />
|
|
<!--area import dati-->
|
|
<add key="importDataFolder" value="e:\test" />
|
|
<!--area reports-->
|
|
<add key="ReportRemoteRender" value="true" />
|
|
<add key="enableQueue" value="false" />
|
|
<add key="PdfFolder" value="PDF" />
|
|
<add key="doPdfCopy" value="false" />
|
|
<add key="reportsUrl" value="http://c2p-rep.steamware.net" />
|
|
<!--numero record max x processing lunghi-->
|
|
<add key="rec2procQLR" value="500" />
|
|
<add key="rec2procQLC" value="500" />
|
|
<!--datasources e stampanti!-->
|
|
<add key="printerOffers" value="\\W2012R2SAM\PDFCreator" />
|
|
<add key="PageWidthOffers" value="21cm" />
|
|
<add key="PageHeightOffers" value="29.7cm" />
|
|
<add key="MarginOffers" value="0.5cm" />
|
|
<!--link esterni-->
|
|
<add key="linkSwProfili" value="http://www.alumat.it/it/news.aspx?IDFoglia=105"/>
|
|
<!--stringhe connessione-->
|
|
<add key="C2PConnectionString" value="Data Source=localhost\SQLEXPRESS;Initial Catalog=C2P;Persist Security Info=True;User ID=connC2P;Password=C2P_pwd" />
|
|
<add key="PermessiConnectionString" value="Data Source=localhost\SQLEXPRESS;Initial Catalog=C2P;Persist Security Info=True;User ID=connC2P;Password=C2P_pwd" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=localhost\SQLEXPRESS;Initial Catalog=C2P;Persist Security Info=True;User ID=connC2P;Password=C2P_pwd" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=localhost\SQLEXPRESS;Initial Catalog=C2P;Persist Security Info=True;User ID=connC2P;Password=C2P_pwd" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="C2P_Data.Properties.Settings.Proxima_C2PConnectionString" connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=C2P;Persist Security Info=True;User ID=connC2P;Password=C2P_pwd" providerName="System.Data.SqlClient" />
|
|
</connectionStrings>
|
|
<system.web>
|
|
<httpHandlers>
|
|
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />
|
|
</httpHandlers>
|
|
<compilation targetFramework="4.5">
|
|
<assemblies>
|
|
<add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />
|
|
<add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />
|
|
<add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
|
</assemblies>
|
|
<!--<buildProviders>
|
|
<add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
|
</buildProviders>-->
|
|
</compilation>
|
|
<httpRuntime targetFramework="4.5" maxRequestLength="204800" executionTimeout="300" />
|
|
<globalization culture="it-IT" enableClientBasedCulture="false" uiCulture="it-IT" />
|
|
<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>
|
|
<authentication mode="Forms">
|
|
<forms loginUrl="~/Login" timeout="2880" defaultUrl="~/" />
|
|
</authentication>
|
|
<httpModules>
|
|
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
|
|
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
|
|
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
|
|
<add name="ImageResizingModule" type="ImageResizer.InterceptModule" />
|
|
</httpModules>
|
|
<customErrors mode="Off" />
|
|
<sessionState timeout="60"></sessionState>
|
|
</system.web>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.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-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<system.webServer>
|
|
<staticContent>
|
|
<!--aggiunto mimetype x scaricamento fonts aggiuntive-->
|
|
<remove fileExtension=".woff" />
|
|
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
|
|
<!--<mimeMap fileExtension=".woff" mimeType="APPLICATION/X-WOFF" />-->
|
|
</staticContent>
|
|
<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" />
|
|
<add name="ImageResizingModule" type="ImageResizer.InterceptModule" />
|
|
</modules>
|
|
<handlers>
|
|
<add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
|
</handlers>
|
|
</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>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="WS_dataSoap" />
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://c2p.steamware.net/Services/WS_data.asmx" binding="basicHttpBinding" bindingConfiguration="WS_dataSoap" contract="RemoteWS.WS_dataSoap" name="WS_dataSoap" />
|
|
</client>
|
|
</system.serviceModel>
|
|
<resizer>
|
|
<plugins>
|
|
<add name="SeamCarving" />
|
|
<add name="MvcRoutingShim" />
|
|
</plugins>
|
|
</resizer>
|
|
</configuration> |