update steamwarelib via nuget

This commit is contained in:
Samuele E. Locatelli
2019-10-18 09:38:11 +02:00
parent d37ee86951
commit 4d3643deef
4 changed files with 35 additions and 11 deletions
+4 -3
View File
@@ -85,8 +85,8 @@
<Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
<HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net46\StackExchange.Redis.StrongName.dll</HintPath>
</Reference>
<Reference Include="SteamWare, Version=3.3.1910.671, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SteamWare.3.3.1910.671\lib\net462\SteamWare.dll</HintPath>
<Reference Include="SteamWare, Version=3.3.1910.683, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SteamWare.3.3.1910.683\lib\net462\SteamWare.dll</HintPath>
</Reference>
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
@@ -254,8 +254,10 @@
<Content Include="Default.aspx" />
<Content Include="doExport.aspx" />
<Content Include="error.html" />
<Content Include="example-config-table.txt" />
<Content Include="example-favicon.ico" />
<Content Include="export.aspx" />
<Content Include="ExtLibrary\ICSharpCode.SharpZipLib.dll" />
<Content Include="favicon.ico" />
<Content Include="forceUser.aspx" />
<Content Include="Global.asax" />
@@ -775,7 +777,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="ExtLibrary\" />
<Folder Include="WS\" />
</ItemGroup>
<ItemGroup>
-7
View File
@@ -49,18 +49,11 @@
<!--Conf generale-->
<add key="appVers" value="stable" />
<add key="downloadPath" value="c:\Steamware\installers\CTRACK\" />
<!--<add key="serializeSession" value="true" />-->
<!--Redis conn-->
<add key="RedisConn" value="localhost,abortConnect=false,ssl=false" />
<add key="RedisConnAdmin" value="localhost,abortConnect=false,ssl=false" />
<add key="redisDb" value="2" />
<add key="_safePages" value="chLang#jumper#unauthorized#forceUser#login#test#UserAdmin#UpdMan#about#contact" />
<!--<add key="_loginPages" value="UserAdmin" />-->
<!--area auth-->
<!--<add key="AuthCookieName" value="C.TRACKS_Auth" />-->
<!--<add key="enablePlain" value="true" />
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />-->
<!--area DB-->
<add key="CTrackConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />
<add key="DbConfConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=C_TRACK;Persist Security Info=True;User id=sa;Password=keyhammer16;" />
+30
View File
@@ -0,0 +1,30 @@
# chiave valore valoreStd note
_adminEmail samuele@steamware.net,info@steamware.net samuele@steamware.net,info@steamware.net info@steamware.net
_allowForceUser true true abilita login forzato
_commonPages menu menu pagina comune
_emailPwd drmfsls16 drmfsls16 drmfsls16
_emailUser steamwarebot@gmail.com steamwarebot@gmail.com steamwarebot@gmail.com
_enableSSL true true true
_fromEmail webmaster@admodelling.org webmaster@admodelling.org email mittente eventuali msg
_righeDataGrid 30 30 Num righe datagrid std
_righeDataGridAnagr 20 20 Num righe datagrid anagrafiche
_righeDataGridLong 30 30 Num righe datagrid long
_righeDataGridMed 15 15 Num righe datagrid med
_righeDataGridShort 10 10 Num righe datagrid short
_smtpCli smtp.gmail.com smtp.gmail.com smtp.gmail.com
_useAIMSmtp false false impiego client posta elettronica alternativo
_useAuthSmtp true true true
AuthCookieName admodellingAuth admodellingAuth Cookie applicativo
autoConfCmd true true Conferma automatica comandi barcode
baseUrl http://iis02/test/admodelling http://iis02/test/admodelling URL base del sito
cacheValSec 60 60 Validità cache dati in gestore Barcode
cookieDayExp 365 365 Periodo validità cookie
cookieUsed admodellingAuth admodellingAuth,CTrack_CodOpr,CTrack_CodPost Elenco dei cookie impiegati
enableCookie true true Abilitazione uso cookie
enableLogOut true false Abilita button logout COMPLETO in alto a sx
enablePlain true true Abilitazione decode plain
maxAuth 1000 1000 num auth minimo per NON consumare tokens
serializeSession true true Serializzazione valori in sessione (REDIS)
SiteName iis02/test/admodelling iis02/test/admodelling Nome sito
enableDumpDiag false false abilitazione dumb diagnostico x eccezioni di default
doShrinkFolder true true Imposta compressione area LOGS
+1 -1
View File
@@ -39,7 +39,7 @@
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
<package id="StackExchange.Redis" version="2.0.601" targetFramework="net462" />
<package id="StackExchange.Redis.StrongName" version="1.2.6" targetFramework="net462" />
<package id="SteamWare" version="3.3.1910.671" targetFramework="net462" />
<package id="SteamWare" version="3.3.1910.683" targetFramework="net462" />
<package id="System.Buffers" version="4.5.0" targetFramework="net462" />
<package id="System.Diagnostics.PerformanceCounter" version="4.6.0" targetFramework="net462" />
<package id="System.IO.Pipelines" version="4.6.0" targetFramework="net462" />