Files
Samuele Locatelli a196544a6c Legacy site commit
2021-10-07 16:23:17 +02:00

50 lines
2.4 KiB
XML

<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="SteamWare_AuthConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=SteamWare_Auth;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
</connectionStrings>
<!--
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.6.2" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.6.2" />
<customErrors mode="Off" />
<pages controlRenderingCompatibilityVersion="4.0">
<controls>
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
</controls>
</pages>
</system.web>
<appSettings>
<!--Conf generale-->
<add key="appName" value="GLS" />
<add key="titleApp" value="GLS" />
<add key="welcomeApp" value="GLS_welcome" />
<add key="SiteName" value="Steamware" />
<add key="mainRev" value="0.1" />
<add key="minRev" value="10" />
<add key="copyRight" value="SteamWare © 2006-" />
<add key="CodModulo" value="GLS" />
<add key="_safePages" value="unauthorized.aspx#forceUser.aspx#login.aspx#test.aspx#Test.aspx" />
<!--Timeout vari-->
<add key="intUpdatePagina_ms" value="120000" />
<!--Logging-->
<add key="_logDir" value="~/logs/" />
<add key="doShrinkFolder" value="true" />
<add key="_logLevel" value="6" />
<add key="_logMaxMb" value="30" />
<!--Conf db classi esterne-->
<add key="PermessiConnectionString" value="Data Source=SQLSTEAM;Initial Catalog=SteamWare_Auth;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=SQLSTEAM;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=SQLSTEAM;Initial Catalog=SteamWare_vocabolario;Persist Security Info=True;User ID=sa;Password=keyhammer" />
</appSettings>
</configuration>