82 lines
5.2 KiB
XML
82 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
|
|
<configSections>
|
|
<sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup">
|
|
<section name="converters" type="Microsoft.Web.Configuration.ConvertersSection"/>
|
|
</sectionGroup>
|
|
<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
|
</configSections>
|
|
<appSettings>
|
|
<webServices>
|
|
<soapExtensionTypes>
|
|
<add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0"/>
|
|
</soapExtensionTypes>
|
|
</webServices>
|
|
<add key="_logDir" value="./logs/"/>
|
|
<add key="_smtpCli" value="10.10.11.22"/>
|
|
</appSettings>
|
|
<microsoft.web>
|
|
<converters>
|
|
<add type="Microsoft.Web.Script.Serialization.Converters.DataSetConverter"/>
|
|
<add type="Microsoft.Web.Script.Serialization.Converters.DataRowConverter"/>
|
|
<add type="Microsoft.Web.Script.Serialization.Converters.DataTableConverter"/>
|
|
</converters>
|
|
</microsoft.web>
|
|
<!-- SteamWare -->
|
|
<connectionStrings>
|
|
<add name="SteamWare.Properties.Settings.loggerConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=Flamma_SC;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.SteamWare_VocabolarioConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.AnagraficaBremboConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=AnagraficaBrembo;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.SteamWare_BremboConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Brembo;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.Flamma_AnagraficaConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=Flamma_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.ETS_AnagraficaConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.ETS_AnagraficaConnectionString1"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.SEL_fatture_SteamWareConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=SEL_fatture_SteamWare;User ID=sa;Password=keyhammer16;Encrypt=False;TrustServerCertificate=True"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.Equa_AnagraficaConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.DbConfConnectionString"
|
|
connectionString="Data Source=SQLSTEAM;Initial Catalog=SEL_fatture_SteamWare;Persist Security Info=True;User ID=sa;Password=keyhammer;"
|
|
providerName="System.Data.SqlClient" />
|
|
<add name="SteamWare.Properties.Settings.GMWConnectionString"
|
|
connectionString="Data Source=SQL2012DEV;Initial Catalog=GMW;Persist Security Info=True;User ID=sa;Password=keyhammer16;"
|
|
providerName="System.Data.SqlClient" />
|
|
</connectionStrings>
|
|
<system.web>
|
|
<pages>
|
|
<controls>
|
|
<add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
|
|
<add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
|
|
</controls>
|
|
</pages>
|
|
|
|
<!-- ASMX is mapped to a new handler so that proxy javascripts can also be served. -->
|
|
<httpHandlers>
|
|
<remove verb="*" path="*.asmx"/>
|
|
<add verb="*" path="*.asmx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/>
|
|
</httpHandlers>
|
|
<httpModules>
|
|
<add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule"/>
|
|
</httpModules>
|
|
</system.web>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|