Compare commits
16 Commits
ALUMAT-TEST
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e239ab568 | |||
| 0e039ae42d | |||
| 0270c95068 | |||
| 300c7b35b3 | |||
| c9925fce7f | |||
| 6ddf4bb33a | |||
| 49443837d0 | |||
| cfdef31cd9 | |||
| 1257cf12dc | |||
| 9b712aff6a | |||
| d4b4ae995d | |||
| 8016249146 | |||
| 7ad5cb38cd | |||
| ec274b21bf | |||
| fa4c7712f2 | |||
| 66298b92b5 |
@@ -15,6 +15,7 @@
|
||||
/GIM_site/bin/*
|
||||
/GIM_site/obj/*
|
||||
|
||||
GIM_site/bin/
|
||||
GIM_site/bin/*
|
||||
GIM_site/obj/*
|
||||
|
||||
@@ -42,3 +43,8 @@ VersGen/bin/*
|
||||
|
||||
GimDB/GimDB.dbmdl
|
||||
GimDB/GimDB.jfm
|
||||
.vs/WebGIM/v15/Server/sqlite3/db.lock
|
||||
.vs/WebGIM/v15/Server/sqlite3/storage.ide
|
||||
.vs/WebGIM/v15/Server/sqlite3/storage.ide-shm
|
||||
.vs/WebGIM/v15/Server/sqlite3/storage.ide-wal
|
||||
|
||||
|
||||
@@ -1,10 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,10 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString"
|
||||
connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -29,3 +29,39 @@ C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM_old\WebGIM\G
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM_old\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.csprojResolveAssemblyReference.cache
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM_old\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM_old\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.pdb
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\GIM_dataLayer.dll.config
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\GIM_dataLayer.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\GIM_dataLayer.pdb
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Microsoft.ReportViewer.WinForms.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\SteamWare.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\ICSharpCode.SharpZipLib.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\NLog.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\StackExchange.Redis.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\AegisImplicitMail.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Newtonsoft.Json.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Microsoft.ReportViewer.Common.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.IO.Compression.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.Threading.Channels.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Pipelines.Sockets.Unofficial.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Microsoft.Build.Utilities.v3.5.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\ADODB.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\netstandard.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.Runtime.CompilerServices.Unsafe.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.Net.Sockets.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\SteamWare.dll.config
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\ICSharpCode.SharpZipLib.pdb
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\ICSharpCode.SharpZipLib.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\NLog.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\StackExchange.Redis.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Newtonsoft.Json.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.Threading.Channels.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Pipelines.Sockets.Unofficial.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\Microsoft.Build.Utilities.v3.5.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\System.Runtime.CompilerServices.Unsafe.xml
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\bin\Release\it\Microsoft.Build.Utilities.v3.5.resources.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.csprojAssemblyReference.cache
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.csproj.CoreCompileInputs.cache
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.csproj.CopyComplete
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.dll
|
||||
C:\Users\samuele.steamw\Documents\VisualStudioProject\WebGIM\GIM_dataLayer\obj\Release\GIM_dataLayer.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,7 @@
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="MConAlt" runat="server">
|
||||
<div class="container">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" enableMod="true" modoContr="editEnabled" />
|
||||
</div>
|
||||
<div class="container">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" enableMod="true" modoContr="editEnabled" />
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
+11
-12
@@ -1,24 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GIM_site
|
||||
{
|
||||
|
||||
|
||||
namespace GIM_site {
|
||||
|
||||
|
||||
public partial class AllegatiRichiesta {
|
||||
|
||||
/// <summary>
|
||||
/// mod_fileUpload control.
|
||||
/// Controllo mod_fileUpload.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::GIM_site.WebUserControls.mod_fileUpload mod_fileUpload;
|
||||
}
|
||||
|
||||
+47
-20
@@ -169,8 +169,8 @@
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="AjaxControlToolkit, Version=17.1.1.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AjaxControlToolkit.17.1.1.0\lib\net40\AjaxControlToolkit.dll</HintPath>
|
||||
<Reference Include="AjaxControlToolkit, Version=19.1.0.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AjaxControlToolkit.19.1.0\lib\net40\AjaxControlToolkit.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AjaxMin, Version=5.14.5506.26196, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AjaxMin.5.14.5506.26202\lib\net40\AjaxMin.dll</HintPath>
|
||||
@@ -184,9 +184,8 @@
|
||||
<HintPath>..\packages\AspNet.ScriptManager.bootstrap.3.3.7\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="AspNet.ScriptManager.jQuery, Version=3.1.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AspNet.ScriptManager.jQuery.3.1.1\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Reference Include="AspNet.ScriptManager.jQuery, Version=3.4.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AspNet.ScriptManager.jQuery.3.4.1\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AspNet.ScriptManager.jQuery.UI.Combined, Version=1.12.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\AspNet.ScriptManager.jQuery.UI.Combined.1.12.1\lib\net45\AspNet.ScriptManager.jQuery.UI.Combined.dll</HintPath>
|
||||
@@ -230,6 +229,9 @@
|
||||
<HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.SessionState.SessionStateModule.1.1.0\lib\Net462\Microsoft.AspNet.SessionState.SessionStateModule.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.AspNet.Web.Optimization.WebForms, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
@@ -247,22 +249,47 @@
|
||||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Web.RedisSessionStateProvider, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Web.RedisSessionStateProvider.2.2.5\lib\net40\Microsoft.Web.RedisSessionStateProvider.dll</HintPath>
|
||||
<Reference Include="Microsoft.Web.RedisSessionStateProvider, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Web.RedisSessionStateProvider.4.0.1\lib\net462\Microsoft.Web.RedisSessionStateProvider.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="StackExchange.Redis, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\StackExchange.Redis.1.2.4\lib\net46\StackExchange.Redis.dll</HintPath>
|
||||
<Reference Include="Pipelines.Sockets.Unofficial, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42ea0a778e13fbe2, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="StackExchange.Redis.StrongName, Version=1.2.4.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\StackExchange.Redis.StrongName.1.2.4\lib\net46\StackExchange.Redis.StrongName.dll</HintPath>
|
||||
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<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>
|
||||
</Reference>
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.IO.Pipelines, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.Pipelines.4.5.3\lib\netstandard2.0\System.IO.Pipelines.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics" />
|
||||
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Threading.Channels, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Threading.Channels.4.5.0\lib\netstandard2.0\System.Threading.Channels.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.ApplicationServices" />
|
||||
<Reference Include="System.Web.DynamicData" />
|
||||
<Reference Include="System.Web.Entity" />
|
||||
@@ -366,13 +393,13 @@
|
||||
<Content Include="Resources\SomaschiniUSA\WebGIM_PowerPivot.xlsx" />
|
||||
<Content Include="Resources\SomaschiniITA\WebGIM_PivotExcel.xlsx" />
|
||||
<Content Include="Resources\SomaschiniITA\WebGIM_PowerPivot.xlsx" />
|
||||
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
|
||||
<Content Include="Scripts\bootstrap.js" />
|
||||
<Content Include="Scripts\bootstrap.min.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.min.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.slim.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.slim.min.js" />
|
||||
<None Include="Scripts\jquery-3.4.1.intellisense.js" />
|
||||
<Content Include="Scripts\jquery-3.4.1.js" />
|
||||
<Content Include="Scripts\jquery-3.4.1.min.js" />
|
||||
<Content Include="Scripts\jquery-3.4.1.slim.js" />
|
||||
<Content Include="Scripts\jquery-3.4.1.slim.min.js" />
|
||||
<Content Include="Scripts\jquery-ui-1.12.1.js" />
|
||||
<Content Include="Scripts\jquery-ui-1.12.1.min.js" />
|
||||
<Content Include="WebUserControls\mod_nextMtzPro.ascx" />
|
||||
@@ -888,6 +915,8 @@
|
||||
<Content Include="setupTgt.bat" />
|
||||
<Content Include="Reports\WebGIM_PowerPivot.xlsx" />
|
||||
<Content Include="Reports\WebGIM_PivotExcel.xlsx" />
|
||||
<Content Include="Scripts\jquery-3.4.1.slim.min.map" />
|
||||
<Content Include="Scripts\jquery-3.4.1.min.map" />
|
||||
<None Include="sql\GIM_1.5_to_1.6.sql" />
|
||||
<None Include="sql\WebGIM_1.6_BugFix.sql" />
|
||||
<None Include="sql\WebGIM_Som_ITA_1.6.sql" />
|
||||
@@ -907,8 +936,6 @@
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Scripts\jquery-1.9.1.min.map" />
|
||||
<Content Include="Scripts\jquery-3.1.1.slim.min.map" />
|
||||
<Content Include="Scripts\jquery-3.1.1.min.map" />
|
||||
<None Include="Web.Alumat.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<NameOfLastUsedPublishProfile>Alumat-PROD</NameOfLastUsedPublishProfile>
|
||||
<NameOfLastUsedPublishProfile>IIS01</NameOfLastUsedPublishProfile>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
|
||||
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
|
||||
@@ -10,6 +10,7 @@
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<UseGlobalApplicationHostFile />
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
|
||||
@@ -9,7 +9,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<LaunchSiteAfterPublish>False</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>True</ExcludeApp_Data>
|
||||
<MSDeployServiceURL>https://IIS01:8172/MsDeploy.axd</MSDeployServiceURL>
|
||||
<DeployIisAppPath>Default Web Site/WebGIM</DeployIisAppPath>
|
||||
@@ -24,21 +24,21 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<ObjectGroup Name="GIM_dataLayer.Properties.Settings.GIMConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<PreSource Path="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\GIM_dataLayer.Properties.Settings.GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
<Source MatchValue="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16;MultipleActiveResultSets=True;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="GIMConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<PreSource Path="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
<Source MatchValue="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16;MultipleActiveResultSets=True;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
|
||||
@@ -6,6 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAARdW8JTnOyE+iTw0spIHxLQAAAAACAAAAAAADZgAAwAAAABAAAABaR80fhZHM1datB660Ll98AAAAAASAAACgAAAAEAAAAH57ibSCrPvYq9cGHOacdlYYAAAAeW5MmFjkYNlj/Tt7aLRJOn8CtPen5/qWFAAAADOOXDARsfB36mjutJ1UWgGd5WTC</EncryptedPassword>
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAsS6PBf50jEGgYa39bBkhYgAAAAACAAAAAAADZgAAwAAAABAAAACwjNFR9c/EFd7TsfF44lCEAAAAAASAAACgAAAAEAAAAFd15v7sI4GuemgvoHqvnd4YAAAAc4joh3Oq22wQA4pnv/8CYfSq+aieQREPFAAAADVkrKW1lKMuUYBSBdKgl/f7TljU</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -24,21 +24,21 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<ObjectGroup Name="GIM_dataLayer.Properties.Settings.GIMConnectionString" Order="1" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<PreSource Path="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\GIM_dataLayer.Properties.Settings.GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
<Source MatchValue="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16;MultipleActiveResultSets=True;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="GIMConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<PreSource Path="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\GIMConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
</Object>
|
||||
<UpdateFrom Type="Web.Config">
|
||||
<Source MatchValue="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
<Source MatchValue="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16;MultipleActiveResultSets=True;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
</Objects>
|
||||
|
||||
@@ -6,6 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAARdW8JTnOyE+iTw0spIHxLQAAAAACAAAAAAADZgAAwAAAABAAAAATYt3FuZsxa/TLDaKhWyUvAAAAAASAAACgAAAAEAAAAPdtgy2ovEXaOK26rb8An4AYAAAAOiQLvzj93B8cae4cmXe8HBbjoEwDzxMBFAAAAHSGTpH5qZ+EELfJ0QnWWi2mfTGH</EncryptedPassword>
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAsS6PBf50jEGgYa39bBkhYgAAAAACAAAAAAADZgAAwAAAABAAAAD2lKtWSMy/gVLjwvJCVACzAAAAAASAAACgAAAAEAAAAAFmHSDhLnKuxqQ/ntwh23cYAAAAtDENfHeQ7Ci57o8RIbiAAOrz63Jy9jqxFAAAAEBU9BWWPLTgjBgMAkorrdQD3vGS</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Vendored
-4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+973
-595
File diff suppressed because it is too large
Load Diff
Vendored
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+910
-522
File diff suppressed because it is too large
Load Diff
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -19,16 +19,5 @@
|
||||
</connectionStrings>
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm"/>
|
||||
</customErrors>
|
||||
-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
@@ -6,29 +6,7 @@
|
||||
<appSettings>
|
||||
<add key="Environment" value="SteamWare - IIS02" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
||||
</appSettings>
|
||||
<!--
|
||||
In the example below, the "SetAttributes" transform will change the value of
|
||||
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||
finds an attribute "name" that has a value of "MyDB".
|
||||
|
||||
<connectionStrings>
|
||||
<add name="MyDB"
|
||||
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm"/>
|
||||
</customErrors>
|
||||
-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
+394
-155
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
@@ -10,13 +10,13 @@
|
||||
<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" />
|
||||
<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" />
|
||||
<section name="glimpse" type="Glimpse.Core.Configuration.Section, Glimpse.Core" />
|
||||
<section name="resizer" type="ImageResizer.ResizerSection" requirePermission="false"/>
|
||||
<section name="glimpse" type="Glimpse.Core.Configuration.Section, Glimpse.Core"/>
|
||||
</configSections>
|
||||
<!--
|
||||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
||||
@@ -27,48 +27,49 @@
|
||||
</system.Web>
|
||||
-->
|
||||
<system.web>
|
||||
<identity />
|
||||
<authentication mode="Windows" />
|
||||
<identity/>
|
||||
<authentication mode="Windows"/>
|
||||
<!--Versione USA!!!
|
||||
<globalization culture="en-US" uiCulture="en-US" enableClientBasedCulture="false" /> -->
|
||||
<!--Versione Ita-->
|
||||
<globalization culture="it-IT" uiCulture="it-IT" enableClientBasedCulture="false" />
|
||||
<globalization culture="it-IT" uiCulture="it-IT" enableClientBasedCulture="false"/>
|
||||
<!--Versione AUTO!!!
|
||||
<globalization culture="auto" uiCulture="auto" enableClientBasedCulture="true" />-->
|
||||
<pages clientIDMode="AutoID">
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
<add namespace="System.Web.Optimization"/>
|
||||
</namespaces>
|
||||
<controls>
|
||||
<!--<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI" assembly="Microsoft.Web.Preview" />
|
||||
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview" />-->
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
|
||||
<add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt"/>
|
||||
|
||||
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
|
||||
</controls>
|
||||
|
||||
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit"/></controls>
|
||||
</pages>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
<!--<buildProviders>
|
||||
<add extension="*.asbx" type="Microsoft.Web.Preview.Services.BridgeBuildProvider" />
|
||||
</buildProviders>-->
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
||||
<add path="glimpse.axd" verb="GET" type="Glimpse.AspNet.HttpHandler, Glimpse.AspNet" />
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
<add path="glimpse.axd" verb="GET" type="Glimpse.AspNet.HttpHandler, Glimpse.AspNet"/>
|
||||
</httpHandlers>
|
||||
<customErrors mode="Off" />
|
||||
<customErrors mode="Off"/>
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized" />-->
|
||||
<httpRuntime maxRequestLength="102400" />
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
@@ -82,15 +83,15 @@
|
||||
<!-- Glimpse: This can be commented in to add additional data to the Trace tab when using WebForms
|
||||
<trace writeToDiagnosticsTrace="true" enabled="true" pageOutput="false"/> -->
|
||||
<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" />
|
||||
<add name="Glimpse" type="Glimpse.AspNet.HttpModule, Glimpse.AspNet" />
|
||||
<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"/>
|
||||
<add name="Glimpse" type="Glimpse.AspNet.HttpModule, Glimpse.AspNet"/>
|
||||
</httpModules>
|
||||
<sessionState mode="Custom" customProvider="MySessionStateStore">
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="localhost" accessKey="localhost" ssl="false" applicationName="WebGIM" />
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="localhost" accessKey="localhost" ssl="false" applicationName="WebGIM"/>
|
||||
</providers>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
@@ -102,163 +103,401 @@
|
||||
<add key="maxGgTolleranzaScadProg" value="5"/>
|
||||
<add key="defRetGg" value="7"/>
|
||||
<!--Ambiente applicativo (Dev = mostra glimpse)-->
|
||||
<add key="Environment" value="Dev" />
|
||||
<add key="Environment" value="Dev"/>
|
||||
<!--Conf base-->
|
||||
<add key="CodModulo" value="GIM" />
|
||||
<add key="dominio" value="STEAMWAREWIN" />
|
||||
<add key="intUpdatePagina_ms" value="120000" />
|
||||
<add key="_righeDataGrid" value="30" />
|
||||
<add key="_righeDataGridAnagr" value="20" />
|
||||
<add key="_righeDataGridLong" value="40" />
|
||||
<add key="_righeDataGridMed" value="15" />
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="_fromEmail" value="info@steamware.net" />
|
||||
<add key="_logDir" value="./logs/" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="doShrinkFolder" value="true" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="chLang#jumper#unauthorized#allegati#forceUser#login#test#istruzioni#login" />
|
||||
<add key="_commonPages" value="menu" />
|
||||
<add key="startPage" value="default" />
|
||||
<add key="_titoloPagina" value="GIM" />
|
||||
<add key="titleApp" value="GIM_titleApp" />
|
||||
<add key="welcomeApp" value="GIM_welcomeApp" />
|
||||
<add key="appName" value="GIM" />
|
||||
<add key="defaultApp" value="GIM_Appl" />
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome" />
|
||||
<add key="defaultBody" value="GIM_LongWelcome" />
|
||||
<add key="_adminEmail" value="info@steamware.net" />
|
||||
<add key="exportFormat1" value="./ExportPdf?tipo={0}" />
|
||||
<add key="exportFormat2" value="../ExportPdf?tipo={0}&idx={1}" />
|
||||
<add key="exportFormat3" value="~/ExportPdf?tipo={0}&inizio={1}&fine={2}&username={3}" />
|
||||
<add key="_smtpCli" value="localhost" />
|
||||
<add key="echoLemmi" value="false" />
|
||||
<add key="allowDelete" value="true" />
|
||||
<add key="CodModulo" value="GIM"/>
|
||||
<add key="dominio" value="STEAMWAREWIN"/>
|
||||
<add key="intUpdatePagina_ms" value="120000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="40"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="info@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="doShrinkFolder" value="true"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang#jumper#unauthorized#allegati#forceUser#login#test#istruzioni#login"/>
|
||||
<add key="_commonPages" value="menu"/>
|
||||
<add key="startPage" value="default"/>
|
||||
<add key="_titoloPagina" value="GIM"/>
|
||||
<add key="titleApp" value="GIM_titleApp"/>
|
||||
<add key="welcomeApp" value="GIM_welcomeApp"/>
|
||||
<add key="appName" value="GIM"/>
|
||||
<add key="defaultApp" value="GIM_Appl"/>
|
||||
<add key="defaultTitle" value="GIM_ShortWelcome"/>
|
||||
<add key="defaultBody" value="GIM_LongWelcome"/>
|
||||
<add key="_adminEmail" value="info@steamware.net"/>
|
||||
<add key="exportFormat1" value="./ExportPdf?tipo={0}"/>
|
||||
<add key="exportFormat2" value="../ExportPdf?tipo={0}&idx={1}"/>
|
||||
<add key="exportFormat3" value="~/ExportPdf?tipo={0}&inizio={1}&fine={2}&username={3}"/>
|
||||
<add key="_smtpCli" value="localhost"/>
|
||||
<add key="echoLemmi" value="false"/>
|
||||
<add key="allowDelete" value="true"/>
|
||||
<!--selezioni default-->
|
||||
<add key="defPriorMtzPred" value="2" />
|
||||
<add key="defCauMtzPred" value="59" />
|
||||
<add key="defPriorMtzPred" value="2"/>
|
||||
<add key="defCauMtzPred" value="59"/>
|
||||
<!--file upload-->
|
||||
<add key="uploadDir" value="~/Files" />
|
||||
<add key="uploadDir" value="~/Files"/>
|
||||
<!--(Macro) Moduli abilitati-->
|
||||
<add key="enModMag" value="true" />
|
||||
<add key="enModMag" value="true"/>
|
||||
<!--abilitazione mod-->
|
||||
<add key="showExcelExpRep" value="true" />
|
||||
<add key="remoteExcelMode" value="true" />
|
||||
<add key="showExcelExpRep" value="true"/>
|
||||
<add key="remoteExcelMode" value="true"/>
|
||||
<!--gestione reports!-->
|
||||
<add key="ReportBasePath" value=".\bin\Reports" />
|
||||
<add key="ReportBasePath" value=".\bin\Reports"/>
|
||||
<!--stringhe connessione-->
|
||||
<add key="DbConfConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer;MultipleActiveResultSets=True;" />
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer;MultipleActiveResultSets=True;" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer;MultipleActiveResultSets=True;" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer;MultipleActiveResultSets=True;" />
|
||||
<add key="AppConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer;MultipleActiveResultSets=True;" />
|
||||
<add key="TestAppConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer;MultipleActiveResultSets=True;" />
|
||||
<add key="DbConfConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;"/>
|
||||
<add key="AppConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;"/>
|
||||
<add key="TestAppConnectionString" value="Data Source=SQL2012DEV;Initial Catalog=GIM_test;Persist Security Info=True;User id=sa;Password=keyhammer16;MultipleActiveResultSets=True;"/>
|
||||
<!--valori default-->
|
||||
<add key="defaultMatr" value="0000" />
|
||||
<add key="defaultCodImp" value="0000" />
|
||||
<add key="defaultCodMacc" value="0000" />
|
||||
<add key="idxAmbitoMtzProg" value="7" />
|
||||
<add key="idxAmbitoRicambi" value="10" />
|
||||
<add key="idxAmbitoND" value="1" />
|
||||
<add key="idxCausaleND" value="1" />
|
||||
<add key="defCausale" value="60" />
|
||||
<add key="defaultMatr" value="0000"/>
|
||||
<add key="defaultCodImp" value="0000"/>
|
||||
<add key="defaultCodMacc" value="0000"/>
|
||||
<add key="idxAmbitoMtzProg" value="7"/>
|
||||
<add key="idxAmbitoRicambi" value="10"/>
|
||||
<add key="idxAmbitoND" value="1"/>
|
||||
<add key="idxCausaleND" value="1"/>
|
||||
<add key="defCausale" value="60"/>
|
||||
<!--gestione turni-->
|
||||
<add key="shiftTurno" value="6" />
|
||||
<add key="durataTurno" value="8" />
|
||||
<add key="defaultDelay" value="15" />
|
||||
<add key="shiftTurno" value="6"/>
|
||||
<add key="durataTurno" value="8"/>
|
||||
<add key="defaultDelay" value="15"/>
|
||||
<!-- Configurazione parte db -->
|
||||
<add key="_sqlDir" value="sql" />
|
||||
<add key="dbUpdateEnabled" value="true" />
|
||||
<add key="dbAuthName" value="Somas_Anagrafica" />
|
||||
<add key="dbVocabName" value="SteamWare_Vocabolario" />
|
||||
<add key="dbAppName" value="GIM" />
|
||||
<add key="dbTest" value="GIM_test" />
|
||||
<add key="dbAuthVers" value="1" />
|
||||
<add key="dbVocabVers" value="1" />
|
||||
<add key="dbAppVers" value="5" />
|
||||
<add key="dbAppCreaEnab" value="false" />
|
||||
<add key="sqlFileFormat" value="{0}_{1:0000}.sql" />
|
||||
<add key="sqlScriptDir" value="sql" />
|
||||
<add key="appFilePre" value="GIM" />
|
||||
<add key="_sqlDir" value="sql"/>
|
||||
<add key="dbUpdateEnabled" value="true"/>
|
||||
<add key="dbAuthName" value="Somas_Anagrafica"/>
|
||||
<add key="dbVocabName" value="SteamWare_Vocabolario"/>
|
||||
<add key="dbAppName" value="GIM"/>
|
||||
<add key="dbTest" value="GIM_test"/>
|
||||
<add key="dbAuthVers" value="1"/>
|
||||
<add key="dbVocabVers" value="1"/>
|
||||
<add key="dbAppVers" value="5"/>
|
||||
<add key="dbAppCreaEnab" value="false"/>
|
||||
<add key="sqlFileFormat" value="{0}_{1:0000}.sql"/>
|
||||
<add key="sqlScriptDir" value="sql"/>
|
||||
<add key="appFilePre" value="GIM"/>
|
||||
<!-- Gestione Auto-enroll-->
|
||||
<add key="autoEnrollEnabled" value="false" />
|
||||
<add key="autoEnrollCdc" value="X999" />
|
||||
<add key="autoEnrollModulo" value="GIM" />
|
||||
<add key="autoEnrollFunzione" value="GIM_U" />
|
||||
<add key="autoEnrollEnabled" value="false"/>
|
||||
<add key="autoEnrollCdc" value="X999"/>
|
||||
<add key="autoEnrollModulo" value="GIM"/>
|
||||
<add key="autoEnrollFunzione" value="GIM_U"/>
|
||||
<!--gestione stampanti-->
|
||||
<add key="doPrintReq" value="false" />
|
||||
<add key="stampanteRichiesteMtz" value="PDFCreator" />
|
||||
<add key="doPrintReq" value="false"/>
|
||||
<add key="stampanteRichiesteMtz" value="PDFCreator"/>
|
||||
<!--CSV export-->
|
||||
<add key="separatoreCsv" value="|" />
|
||||
<add key="separatoreCsv" value="|"/>
|
||||
<!--template campi nuovi-->
|
||||
<add key="CodRis" value="MAT" />
|
||||
<add key="newValuta" value="€" />
|
||||
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --" />
|
||||
<add key="newCognome" value="-- [NUOVO] Cognome --" />
|
||||
<add key="newNome" value="-- [NUOVO] Nome --" />
|
||||
<add key="newCalFF" value="-- [NUOVO] non definito --" />
|
||||
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --" />
|
||||
<add key="newTipoGuasto" value="-- [NUOVO] non definito --" />
|
||||
<add key="newMacchina" value="-- [NUOVA] non definita --" />
|
||||
<add key="newModello" value="-- MODELLO --" />
|
||||
<add key="newFamMacchina" value="-- [NUOVA] non definita --" />
|
||||
<add key="newCausale" value="-- [NUOVA] non definita --" />
|
||||
<add key="newPriorita" value="-- [NUOVA] non definita --" />
|
||||
<add key="newLocazione" value="-- [NUOVA] non definita --" />
|
||||
<add key="newTagCode" value="TAG00" />
|
||||
<add key="newTagClass" value="MR" />
|
||||
<add key="newTagDescr" value="-- [NUOVA] non definita --" />
|
||||
<add key="CodRis" value="MAT"/>
|
||||
<add key="newValuta" value="€"/>
|
||||
<add key="newAmbitoGuasto" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newCognome" value="-- [NUOVO] Cognome --"/>
|
||||
<add key="newNome" value="-- [NUOVO] Nome --"/>
|
||||
<add key="newCalFF" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newImpianto" value="-- [NUOVO] Nome Impianto non definito --"/>
|
||||
<add key="newTipoGuasto" value="-- [NUOVO] non definito --"/>
|
||||
<add key="newMacchina" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newModello" value="-- MODELLO --"/>
|
||||
<add key="newFamMacchina" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newCausale" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newPriorita" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newLocazione" value="-- [NUOVA] non definita --"/>
|
||||
<add key="newTagCode" value="TAG00"/>
|
||||
<add key="newTagClass" value="MR"/>
|
||||
<add key="newTagDescr" value="-- [NUOVA] non definita --"/>
|
||||
<!--gestione formati data-ora-->
|
||||
<add key="culture" value="it-IT" />
|
||||
<add key="ddMMyy" value="dd/MM/yy" />
|
||||
<add key="ddMMyyyy" value="dd/MM/yyyy" />
|
||||
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm" />
|
||||
<add key="appAdminEmail" value="eleonora.mapelli@somaschini.com" />
|
||||
<add key="culture" value="it-IT"/>
|
||||
<add key="ddMMyy" value="dd/MM/yy"/>
|
||||
<add key="ddMMyyyy" value="dd/MM/yyyy"/>
|
||||
<add key="ddMMyyyyHHmm" value="dd/MM/yyyy HH:mm"/>
|
||||
<add key="appAdminEmail" value="eleonora.mapelli@somaschini.com"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer;MultipleActiveResultSets=True;" providerName="System.Data.SqlClient" />
|
||||
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer;MultipleActiveResultSets=True;" providerName="System.Data.SqlClient" />
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16;MultipleActiveResultSets=True;" providerName="System.Data.SqlClient"/>
|
||||
<add name="GIM_dataLayer.Properties.Settings.GIMConnectionString" connectionString="Data Source=SQL2012DEV;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer16;MultipleActiveResultSets=True;" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||
<add name="Glimpse" path="glimpse.axd" verb="GET" type="Glimpse.AspNet.HttpHandler, Glimpse.AspNet" preCondition="integratedMode" />
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
<add name="Glimpse" path="glimpse.axd" verb="GET" type="Glimpse.AspNet.HttpHandler, Glimpse.AspNet" preCondition="integratedMode"/>
|
||||
</handlers>
|
||||
<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" />
|
||||
<add name="Glimpse" type="Glimpse.AspNet.HttpModule, Glimpse.AspNet" preCondition="integratedMode" />
|
||||
<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"/>
|
||||
<add name="Glimpse" type="Glimpse.AspNet.HttpModule, Glimpse.AspNet" preCondition="integratedMode"/>
|
||||
<remove name="Session"/>
|
||||
<add name="Session" type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode"/>
|
||||
</modules>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
|
||||
<assemblyIdentity name="System.Xml.XPath.XDocument" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XmlSerializer" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.XDocument" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Timer" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Parallel" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Overlapped" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.RegularExpressions" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.Encoding.Extensions" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.Encoding" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.SecureString" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Principal" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Security.Cryptography.Algorithms" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Serialization.Xml" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Serialization.Primitives" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Serialization.Json" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Numerics" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Resources.ResourceManager" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection.Primitives" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection.Extensions" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Reflection" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ObjectModel" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Sockets" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Requests" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.NetworkInformation" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Net.Http" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq.Queryable" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq.Parallel" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq.Expressions" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Linq" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Compression" publicKeyToken="B77A5C561934E089" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Globalization.Extensions" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Globalization" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Dynamic.Runtime" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Tools" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Debug" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.Contracts" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Data.Common" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ComponentModel.EventBasedAsync" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ComponentModel" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Collections.Concurrent" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
|
||||
<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" />
|
||||
<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-10.0.0.0" newVersion="10.0.0.0" />
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="StackExchange.Redis.StrongName" publicKeyToken="c219ff1ca8c2ce46" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.2.4.0" newVersion="1.2.4.0" />
|
||||
<assemblyIdentity name="StackExchange.Redis.StrongName" publicKeyToken="c219ff1ca8c2ce46" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.2.4.0" newVersion="1.2.4.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
@@ -267,12 +506,12 @@
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
more information on remote access and securing ELMAH.
|
||||
-->
|
||||
<security allowRemoteAccess="false" />
|
||||
<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" />
|
||||
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah"/>
|
||||
</httpHandlers>
|
||||
<!--
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
@@ -286,14 +525,14 @@
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode" />
|
||||
<add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode"/>
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<resizer>
|
||||
<plugins>
|
||||
<add name="DiskCache" />
|
||||
<add name="SeamCarving" />
|
||||
<add name="DiskCache"/>
|
||||
<add name="SeamCarving"/>
|
||||
</plugins>
|
||||
</resizer>
|
||||
<glimpse defaultRuntimePolicy="On" endpointBaseUri="~/Glimpse.axd">
|
||||
@@ -302,4 +541,4 @@
|
||||
or access {your site}/Glimpse.axd for even more details and a Configuration Tool to support you.
|
||||
-->
|
||||
</glimpse>
|
||||
</configuration>
|
||||
</configuration>
|
||||
|
||||
@@ -6,197 +6,197 @@ using System.Web.UI.WebControls;
|
||||
|
||||
namespace GIM_site.WebUserControls
|
||||
{
|
||||
public partial class mod_fileUpload : SteamWare.UserControl
|
||||
public partial class mod_fileUpload : SteamWare.UserControl
|
||||
{
|
||||
/// <summary>
|
||||
/// abilita modifica/cancellazione allegati
|
||||
/// </summary>
|
||||
public bool enableMod { get; set; }
|
||||
|
||||
public bool showOpenNewTab
|
||||
{
|
||||
/// <summary>
|
||||
/// abilita modifica/cancellazione allegati
|
||||
/// </summary>
|
||||
public bool enableMod { get; set; }
|
||||
|
||||
public bool showOpenNewTab
|
||||
{
|
||||
get
|
||||
{
|
||||
return divOpenNew.Visible;
|
||||
}
|
||||
set
|
||||
{
|
||||
divOpenNew.Visible = value;
|
||||
divNormal.Visible = !value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// caricamento pagina
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
if (memLayer.ML.QSI("numIntMtz") != 0)
|
||||
{
|
||||
numIntMtz = memLayer.ML.QSI("numIntMtz");
|
||||
}
|
||||
hlOpenNew.NavigateUrl = string.Format("~/AllegatiRichiesta?numIntMtz={0}", numIntMtz);
|
||||
hlOpenNew.Enabled = !enableMod;
|
||||
fisVisFU(false);
|
||||
grView.DataBind();
|
||||
divNewEdit.Visible = enableMod; // isWriteEnabled;
|
||||
btnAdd.DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Num Int richiesto
|
||||
/// </summary>
|
||||
public int numIntMtz
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
try
|
||||
{
|
||||
answ = Convert.ToInt16(hfNumIntMtz.Value);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
hfNumIntMtz.Value = value.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
public int numAllegati
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
try
|
||||
{
|
||||
//answ = DtProxy.man.taFile.getByImpegno(numIntMtz).Rows.Count;
|
||||
answ = WebGimUtils.elencoFiles(numIntMtz).Count;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
|
||||
protected void Upload(object sender, EventArgs e)
|
||||
{
|
||||
string filename = Path.GetFileName(FileUpload1.PostedFile.FileName);
|
||||
string contentType = FileUpload1.PostedFile.ContentType;
|
||||
using (Stream fs = FileUpload1.PostedFile.InputStream)
|
||||
{
|
||||
using (BinaryReader br = new BinaryReader(fs))
|
||||
{
|
||||
byte[] bytes = br.ReadBytes((Int32)fs.Length);
|
||||
// PROCEDO SOLO SE HO UN FILE!!!! ovvero bytes <> null
|
||||
if (bytes.Length > 0)
|
||||
{
|
||||
fileMover.obj.setDirectoryMapPath(WebGimUtils.dirPathIntMtz(numIntMtz));
|
||||
// controllo se sia caricamento o update...
|
||||
if (grView.SelectedIndex != -1)
|
||||
{
|
||||
try
|
||||
{
|
||||
fileMover.obj.eliminaFile(grView.SelectedValue.ToString());
|
||||
fileMover.obj.salvaFileBuffer(filename, bytes);
|
||||
//int orig_idxFile = Convert.ToInt32(grView.SelectedValue);
|
||||
//DtProxy.man.taFile.UpdateQuery(idxImpegno, 0, filename, contentType, bytes, orig_idxFile);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
else
|
||||
{
|
||||
fileMover.obj.salvaFileBuffer(filename, bytes);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Response.Redirect(Request.Url.AbsoluteUri);
|
||||
}
|
||||
|
||||
public string fileUrl(object name)
|
||||
{
|
||||
return string.Format("{0}//{1}", WebGimUtils.dirPathIntMtz(numIntMtz), name);
|
||||
}
|
||||
|
||||
protected void DownloadFile(object sender, EventArgs e)
|
||||
{
|
||||
byte[] bytes;
|
||||
string fileName, contentType;
|
||||
|
||||
//int idxFile = int.Parse((sender as LinkButton).CommandArgument);
|
||||
//DS_Utility.tblFilesRow fileRow = DtProxy.man.taFile.getByKey(idxFile)[0];
|
||||
//bytes = fileRow.Data;
|
||||
//contentType = fileRow.ContentType;
|
||||
//fileName = fileRow.FileName;
|
||||
|
||||
fileName = ((sender as LinkButton).CommandArgument);
|
||||
bytes = fileMover.obj.scaricaFile(fileName);
|
||||
contentType = MimeMapping.GetMimeMapping(fileName);
|
||||
|
||||
Response.Clear();
|
||||
Response.Buffer = true;
|
||||
Response.Charset = "";
|
||||
Response.Cache.SetCacheability(HttpCacheability.NoCache);
|
||||
Response.ContentType = contentType;
|
||||
Response.AppendHeader("Content-Disposition", "attachment; filename=" + fileName);
|
||||
Response.BinaryWrite(bytes);
|
||||
Response.Flush();
|
||||
Response.End();
|
||||
}
|
||||
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// mostro controllo x edit...
|
||||
fisVisFU(true);
|
||||
btnUpload.Text = "Sostituisci File";
|
||||
}
|
||||
|
||||
protected void btnAdd_Click(object sender, EventArgs e)
|
||||
{
|
||||
fisVisFU(true);
|
||||
btnUpload.Text = "Carica Nuovo File";
|
||||
}
|
||||
/// <summary>
|
||||
/// fix visibilità controllo file upload
|
||||
/// </summary>
|
||||
/// <param name="showAdd">mostra controlli add=true oppure nasconde = false</param>
|
||||
private void fisVisFU(bool showAdd)
|
||||
{
|
||||
divFileUpl.Visible = showAdd;
|
||||
btnAdd.Visible = !showAdd;
|
||||
btnCancel.Visible = showAdd;
|
||||
if (grView.SelectedIndex != -1 && !showAdd)
|
||||
{
|
||||
grView.SelectedIndex = -1;
|
||||
}
|
||||
}
|
||||
|
||||
protected void btnCancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
fisVisFU(false);
|
||||
}
|
||||
|
||||
protected void odsFile_Deleting(object sender, ObjectDataSourceMethodEventArgs e)
|
||||
{
|
||||
// cancello manualmente
|
||||
fileMover.obj.setDirectoryMapPath(WebGimUtils.dirPathIntMtz(numIntMtz));
|
||||
fileMover.obj.eliminaFile(e.InputParameters["Original_Nome"].ToString());
|
||||
// fermo procedura...
|
||||
e.Cancel = true;
|
||||
}
|
||||
get
|
||||
{
|
||||
return divOpenNew.Visible;
|
||||
}
|
||||
set
|
||||
{
|
||||
divOpenNew.Visible = value;
|
||||
divNormal.Visible = !value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// caricamento pagina
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
if (memLayer.ML.QSI("numIntMtz") != 0)
|
||||
{
|
||||
numIntMtz = memLayer.ML.QSI("numIntMtz");
|
||||
}
|
||||
hlOpenNew.NavigateUrl = string.Format("~/AllegatiRichiesta?numIntMtz={0}", numIntMtz);
|
||||
hlOpenNew.Enabled = !enableMod;
|
||||
fisVisFU(false);
|
||||
grView.DataBind();
|
||||
divNewEdit.Visible = enableMod; // isWriteEnabled;
|
||||
btnAdd.DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Num Int richiesto
|
||||
/// </summary>
|
||||
public int numIntMtz
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
try
|
||||
{
|
||||
answ = Convert.ToInt32(hfNumIntMtz.Value);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
hfNumIntMtz.Value = value.ToString();
|
||||
}
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
public int numAllegati
|
||||
{
|
||||
get
|
||||
{
|
||||
int answ = 0;
|
||||
try
|
||||
{
|
||||
//answ = DtProxy.man.taFile.getByImpegno(numIntMtz).Rows.Count;
|
||||
answ = WebGimUtils.elencoFiles(numIntMtz).Count;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
|
||||
protected void Upload(object sender, EventArgs e)
|
||||
{
|
||||
string filename = Path.GetFileName(FileUpload1.PostedFile.FileName);
|
||||
string contentType = FileUpload1.PostedFile.ContentType;
|
||||
using (Stream fs = FileUpload1.PostedFile.InputStream)
|
||||
{
|
||||
using (BinaryReader br = new BinaryReader(fs))
|
||||
{
|
||||
byte[] bytes = br.ReadBytes((Int32)fs.Length);
|
||||
// PROCEDO SOLO SE HO UN FILE!!!! ovvero bytes <> null
|
||||
if (bytes.Length > 0)
|
||||
{
|
||||
fileMover.obj.setDirectoryMapPath(WebGimUtils.dirPathIntMtz(numIntMtz));
|
||||
// controllo se sia caricamento o update...
|
||||
if (grView.SelectedIndex != -1)
|
||||
{
|
||||
try
|
||||
{
|
||||
fileMover.obj.eliminaFile(grView.SelectedValue.ToString());
|
||||
fileMover.obj.salvaFileBuffer(filename, bytes);
|
||||
//int orig_idxFile = Convert.ToInt32(grView.SelectedValue);
|
||||
//DtProxy.man.taFile.UpdateQuery(idxImpegno, 0, filename, contentType, bytes, orig_idxFile);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
else
|
||||
{
|
||||
fileMover.obj.salvaFileBuffer(filename, bytes);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Response.Redirect(Request.Url.AbsoluteUri);
|
||||
}
|
||||
|
||||
public string fileUrl(object name)
|
||||
{
|
||||
return string.Format("{0}//{1}", WebGimUtils.dirPathIntMtz(numIntMtz), name);
|
||||
}
|
||||
|
||||
protected void DownloadFile(object sender, EventArgs e)
|
||||
{
|
||||
byte[] bytes;
|
||||
string fileName, contentType;
|
||||
|
||||
//int idxFile = int.Parse((sender as LinkButton).CommandArgument);
|
||||
//DS_Utility.tblFilesRow fileRow = DtProxy.man.taFile.getByKey(idxFile)[0];
|
||||
//bytes = fileRow.Data;
|
||||
//contentType = fileRow.ContentType;
|
||||
//fileName = fileRow.FileName;
|
||||
|
||||
fileName = ((sender as LinkButton).CommandArgument);
|
||||
bytes = fileMover.obj.scaricaFile(fileName);
|
||||
contentType = MimeMapping.GetMimeMapping(fileName);
|
||||
|
||||
Response.Clear();
|
||||
Response.Buffer = true;
|
||||
Response.Charset = "";
|
||||
Response.Cache.SetCacheability(HttpCacheability.NoCache);
|
||||
Response.ContentType = contentType;
|
||||
Response.AppendHeader("Content-Disposition", "attachment; filename=" + fileName);
|
||||
Response.BinaryWrite(bytes);
|
||||
Response.Flush();
|
||||
Response.End();
|
||||
}
|
||||
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// mostro controllo x edit...
|
||||
fisVisFU(true);
|
||||
btnUpload.Text = "Sostituisci File";
|
||||
}
|
||||
|
||||
protected void btnAdd_Click(object sender, EventArgs e)
|
||||
{
|
||||
fisVisFU(true);
|
||||
btnUpload.Text = "Carica Nuovo File";
|
||||
}
|
||||
/// <summary>
|
||||
/// fix visibilità controllo file upload
|
||||
/// </summary>
|
||||
/// <param name="showAdd">mostra controlli add=true oppure nasconde = false</param>
|
||||
private void fisVisFU(bool showAdd)
|
||||
{
|
||||
divFileUpl.Visible = showAdd;
|
||||
btnAdd.Visible = !showAdd;
|
||||
btnCancel.Visible = showAdd;
|
||||
if (grView.SelectedIndex != -1 && !showAdd)
|
||||
{
|
||||
grView.SelectedIndex = -1;
|
||||
}
|
||||
}
|
||||
|
||||
protected void btnCancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
fisVisFU(false);
|
||||
}
|
||||
|
||||
protected void odsFile_Deleting(object sender, ObjectDataSourceMethodEventArgs e)
|
||||
{
|
||||
// cancello manualmente
|
||||
fileMover.obj.setDirectoryMapPath(WebGimUtils.dirPathIntMtz(numIntMtz));
|
||||
fileMover.obj.eliminaFile(e.InputParameters["Original_Nome"].ToString());
|
||||
// fermo procedura...
|
||||
e.Cancel = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+26
-26
@@ -14,33 +14,33 @@
|
||||
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="MCon" runat="server">
|
||||
<div class="container-fluid">
|
||||
<div class="row panel panel-default" style="margin: 4px 8px;">
|
||||
<div class="panel-heading">
|
||||
<div class="row" style="margin: 2px 4px;">
|
||||
<h3 class="panel-title"><%: traduci("MtzProgLong") %></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<uc5:mod_filtraMtzProg ID="mod_filtraMtzProg1" runat="server" />
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" AutoPostBack="True" OnActiveTabChanged="TabContainer1_ActiveTabChanged">
|
||||
<cc1:TabPanel runat="server" HeaderText="Programmazione Intervento" ID="TabProgrammaMtz">
|
||||
<ContentTemplate>
|
||||
<uc2:mod_dettMtzProg ID="mod_dettMtzProg1" runat="server" Visible="False" />
|
||||
<uc1:mod_elencoMtzProg ID="mod_elencoMtzProg1" runat="server" />
|
||||
<uc3:mod_fixCal ID="mod_fixCal1" runat="server" />
|
||||
</ContentTemplate>
|
||||
</cc1:TabPanel>
|
||||
<cc1:TabPanel runat="server" HeaderText="Interventi in scadenza" ID="TabScadenzeMtz">
|
||||
<ContentTemplate>
|
||||
<uc4:mod_mtzPrevPending ID="mod_mtzPrevPending1" runat="server" />
|
||||
</ContentTemplate>
|
||||
</cc1:TabPanel>
|
||||
</cc1:TabContainer>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="row panel panel-default" style="margin: 4px 8px;">
|
||||
<div class="panel-heading">
|
||||
<div class="row" style="margin: 2px 4px;">
|
||||
<h3 class="panel-title"><%: traduci("MtzProgLong") %></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<uc5:mod_filtraMtzProg ID="mod_filtraMtzProg1" runat="server" />
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" AutoPostBack="True" OnActiveTabChanged="TabContainer1_ActiveTabChanged">
|
||||
<cc1:TabPanel runat="server" HeaderText="Programmazione Intervento" ID="TabProgrammaMtz">
|
||||
<ContentTemplate>
|
||||
<uc2:mod_dettMtzProg ID="mod_dettMtzProg1" runat="server" Visible="False" />
|
||||
<uc1:mod_elencoMtzProg ID="mod_elencoMtzProg1" runat="server" />
|
||||
<uc3:mod_fixCal ID="mod_fixCal1" runat="server" />
|
||||
</ContentTemplate>
|
||||
</cc1:TabPanel>
|
||||
<cc1:TabPanel runat="server" HeaderText="Interventi in scadenza" ID="TabScadenzeMtz">
|
||||
<ContentTemplate>
|
||||
<uc4:mod_mtzPrevPending ID="mod_mtzPrevPending1" runat="server" />
|
||||
</ContentTemplate>
|
||||
</cc1:TabPanel>
|
||||
</cc1:TabContainer>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AjaxControlToolkit" version="17.1.1.0" targetFramework="net462" />
|
||||
<package id="AjaxControlToolkit" version="19.1.0" targetFramework="net462" />
|
||||
<package id="AjaxMin" version="5.14.5506.26202" targetFramework="net462" />
|
||||
<package id="Antlr" version="3.5.0.2" targetFramework="net45" />
|
||||
<package id="AspNet.ScriptManager.bootstrap" version="3.3.7" targetFramework="net45" />
|
||||
<package id="AspNet.ScriptManager.jQuery" version="3.1.1" targetFramework="net45" />
|
||||
<package id="AspNet.ScriptManager.jQuery" version="3.4.1" targetFramework="net462" />
|
||||
<package id="AspNet.ScriptManager.jQuery.UI.Combined" version="1.12.1" targetFramework="net45" />
|
||||
<package id="bootstrap" version="3.3.7" targetFramework="net45" />
|
||||
<package id="Bootstrap.Switch" version="3.3.2.1" targetFramework="net45" />
|
||||
@@ -21,20 +21,30 @@
|
||||
<package id="ImageResizer.Plugins.DiskCache" version="3.4.3" targetFramework="net45" />
|
||||
<package id="ImageResizer.Plugins.SeamCarving" version="3.4.3" targetFramework="net45" />
|
||||
<package id="ImageResizer.WebConfig" version="3.4.3" targetFramework="net45" />
|
||||
<package id="jQuery" version="3.1.1" targetFramework="net45" />
|
||||
<package id="jQuery" version="3.4.1" targetFramework="net462" />
|
||||
<package id="jQuery.UI.Combined" version="1.12.1" targetFramework="net45" />
|
||||
<package id="jQuery.UI.i18n" version="1.10.2" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.FriendlyUrls" version="1.0.2" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.FriendlyUrls.Core" version="1.0.2" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.ScriptManager.MSAjax" version="5.0.0" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.ScriptManager.WebForms" version="5.0.0" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.SessionState.SessionStateModule" version="1.1.0" targetFramework="net462" />
|
||||
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
|
||||
<package id="Microsoft.AspNet.Web.Optimization.WebForms" version="1.1.3" targetFramework="net45" />
|
||||
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
|
||||
<package id="Microsoft.Web.RedisSessionStateProvider" version="2.2.5" targetFramework="net462" />
|
||||
<package id="Microsoft.Web.RedisSessionStateProvider" version="4.0.1" targetFramework="net462" />
|
||||
<package id="Modernizr" version="2.8.3" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net462" />
|
||||
<package id="StackExchange.Redis" version="1.2.4" targetFramework="net462" />
|
||||
<package id="StackExchange.Redis.StrongName" version="1.2.4" targetFramework="net462" />
|
||||
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net462" />
|
||||
<package id="Pipelines.Sockets.Unofficial" version="2.0.22" 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="System.Buffers" version="4.5.0" targetFramework="net462" />
|
||||
<package id="System.Diagnostics.PerformanceCounter" version="4.5.0" targetFramework="net462" />
|
||||
<package id="System.IO.Pipelines" version="4.5.3" targetFramework="net462" />
|
||||
<package id="System.Memory" version="4.5.3" targetFramework="net462" />
|
||||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net462" />
|
||||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net462" />
|
||||
<package id="System.Threading.Channels" version="4.5.0" targetFramework="net462" />
|
||||
<package id="System.Threading.Tasks.Extensions" version="4.5.3" targetFramework="net462" />
|
||||
<package id="WebGrease" version="1.6.0" targetFramework="net45" />
|
||||
</packages>
|
||||
Vendored
+7
-10
@@ -11,7 +11,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=588']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=593']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'MAPO'
|
||||
@@ -42,7 +42,7 @@ pipeline {
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\WebGIM.sln"
|
||||
parallel (
|
||||
WEBGIM: {
|
||||
bat "\"${tool 'MSBuild-14.0'}\" GIM_site/GIM_site.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" GIM_site/GIM_site.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
||||
},
|
||||
failFast: false)
|
||||
}
|
||||
@@ -68,10 +68,10 @@ pipeline {
|
||||
bat "e:\\nuget.exe restore ${WORKSPACE}\\WebGIM.sln"
|
||||
parallel (
|
||||
IIS01: {
|
||||
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
},
|
||||
IIS02: {
|
||||
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
},
|
||||
failFast: false)
|
||||
}
|
||||
@@ -93,7 +93,7 @@ pipeline {
|
||||
parallel (
|
||||
PIC: {
|
||||
sleep 0
|
||||
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=Alumat-TEST.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=PROD-OVH /p:username=WPROD01\\Steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=Alumat-TEST.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=PROD-OVH /p:username=WPROD01\\Steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
},
|
||||
failFast: false)
|
||||
}
|
||||
@@ -104,7 +104,7 @@ pipeline {
|
||||
parallel (
|
||||
PIC: {
|
||||
sleep 0
|
||||
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=Alumat-PROD.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=DEMO-OVH /p:username=WPROD01\\Steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=Alumat-PROD.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=DEMO-OVH /p:username=WPROD01\\Steamware /p:Password=viaD@nte16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
},
|
||||
failFast: false)
|
||||
}
|
||||
@@ -125,7 +125,7 @@ pipeline {
|
||||
parallel (
|
||||
PIC: {
|
||||
sleep 0
|
||||
bat "\"${tool 'MSBuild-14.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /p:Configuration=Somaschini /p:PublishProfile=Somaschini-ITA.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/SomaschiniITA/${env.versionNumber}/WebGIM.zip /p:DeployIisAppPath=\"Default Web Site/WebGIM\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /p:Configuration=Somaschini /p:PublishProfile=Somaschini-ITA.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/SomaschiniITA/${env.versionNumber}/WebGIM.zip /p:DeployIisAppPath=\"Default Web Site/WebGIM\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ GIM_site/GIM_site.csproj"
|
||||
bat "E:\\Jenkins\\exportDropbox.bat \"${WORKSPACE}\\GIM_site\\ReleaseClienti\\SomaschiniITA\" \"E:\\Staging\\byProd\\WebGIM\\SomaschiniITA\" "
|
||||
bat "E:\\Jenkins\\exportDropbox.bat \"${WORKSPACE}\\GIM_site\\ReleaseClienti\\SomaschiniITA\" \"E:\\Staging\\WebGIM\\SomaschiniITA\" "
|
||||
// dropbox configName: 'Donati', remoteDirectory: 'installers/MP-LAND', removePrefix: 'ReleaseClienti/Donati', sourceFiles: 'ReleaseClienti/Donati/**'
|
||||
@@ -155,8 +155,5 @@ pipeline {
|
||||
unstable {
|
||||
mail to:"samuele@steamware.net", subject:"UNSTABLE: ${currentBuild.fullDisplayName}", body: "Build is unstable."
|
||||
}
|
||||
/*changed {
|
||||
mail to:"samuele@steamware.net", subject:"CHANGED: ${currentBuild.fullDisplayName}", body: "Build status changed."
|
||||
}*/
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
|
||||
<system.webServer xdt:Transform="InsertIfMissing">
|
||||
<modules xdt:Transform="InsertIfMissing">
|
||||
</modules>
|
||||
</system.webServer>
|
||||
|
||||
<system.webServer>
|
||||
<modules>
|
||||
<remove name="Session" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
|
||||
<add name="Session"
|
||||
type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
||||
preCondition="integratedMode" xdt:Transform="Insert" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
|
||||
<system.webServer>
|
||||
<modules>
|
||||
<remove name="Session" xdt:Transform="Remove" xdt:Locator="Match(name)" />
|
||||
<add name="Session"
|
||||
type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
||||
preCondition="integratedMode" xdt:Transform="Remove" xdt:Locator="Match(type)" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
+396
@@ -0,0 +1,396 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.AspNet.SessionState.SessionStateModule</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync">
|
||||
<summary>
|
||||
Default in-memory SessionState provider for async SessionState module
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.CreateNewStoreData(System.Web.HttpContextBase,System.Int32)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.CreateUninitializedItemAsync(System.Web.HttpContextBase,System.String,System.Int32,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.Dispose">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.EndRequestAsync(System.Web.HttpContextBase)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.GetItemAsync(System.Web.HttpContextBase,System.String,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.GetItemExclusiveAsync(System.Web.HttpContextBase,System.String,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.InitializeRequest(System.Web.HttpContextBase)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.ReleaseItemExclusiveAsync(System.Web.HttpContextBase,System.String,System.Object,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.RemoveItemAsync(System.Web.HttpContextBase,System.String,System.Object,System.Web.SessionState.SessionStateStoreData,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.ResetItemTimeoutAsync(System.Web.HttpContextBase,System.String,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.SetAndReleaseItemExclusiveAsync(System.Web.HttpContextBase,System.String,System.Web.SessionState.SessionStateStoreData,System.Object,System.Boolean,System.Threading.CancellationToken)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionStateStoreAsync.SetItemExpireCallback(System.Web.SessionState.SessionStateItemExpireCallback)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="T:Microsoft.AspNet.SessionState.InProcSessionState">
|
||||
<summary>
|
||||
The data structure used to store a session in the memory
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.InProcSessionState.SessionItems">
|
||||
<summary>
|
||||
Gets session state items
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.InProcSessionState.StaticObjects">
|
||||
<summary>
|
||||
Gets a static objects collection
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.InProcSessionState.Timeout">
|
||||
<summary>
|
||||
Gets timeout of a Session
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.InProcSessionState.Locked">
|
||||
<summary>
|
||||
Gets or sets if a session is locked
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.InProcSessionState.LockDate">
|
||||
<summary>
|
||||
Gets or sets the lock date of a session
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.InProcSessionState.LockCookie">
|
||||
<summary>
|
||||
Gets or sets the lock id of a session
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.AspNet.SessionState.InProcSessionState.SpinLock">
|
||||
<summary>
|
||||
The locker of a session
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.AspNet.SessionState.InProcSessionState.Flags">
|
||||
<summary>
|
||||
SessionStateItem flags
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionState.#ctor(System.Web.SessionState.ISessionStateItemCollection,System.Web.HttpStaticObjectsCollection,System.Int32,System.Boolean,System.DateTime,System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Constructor
|
||||
</summary>
|
||||
<param name="sessionItems">Session state items</param>
|
||||
<param name="staticObjects">A static objects collection</param>
|
||||
<param name="timeout">Timeout of the session</param>
|
||||
<param name="locked">Whether the session is locked or not</param>
|
||||
<param name="utcLockDate">Datetime the session is locked</param>
|
||||
<param name="lockCookie">The lock id of the session</param>
|
||||
<param name="flags">SessionStateItem flags</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.InProcSessionState.Copy(System.Web.SessionState.ISessionStateItemCollection,System.Web.HttpStaticObjectsCollection,System.Int32,System.Boolean,System.DateTime,System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Copy InProcSessionState data to the instance
|
||||
</summary>
|
||||
<param name="sessionItems">Session state items</param>
|
||||
<param name="staticObjects">A static objects collection</param>
|
||||
<param name="timeout">Timeout of the session</param>
|
||||
<param name="locked">Whether the session is locked or not</param>
|
||||
<param name="utcLockDate">Datetime the session is locked</param>
|
||||
<param name="lockCookie">The lock id of the session</param>
|
||||
<param name="flags">SessionStateItem flags</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.AspNet.SessionState.SessionStateItemFlags">
|
||||
<summary>
|
||||
The state of session state item
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.AspNet.SessionState.SessionStateItemFlags.None">
|
||||
<summary>
|
||||
No flag
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.AspNet.SessionState.SessionStateItemFlags.Uninitialized">
|
||||
<summary>
|
||||
Unintialized session state
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.AspNet.SessionState.SessionStateItemFlags.IgnoreCacheItemRemoved">
|
||||
<summary>
|
||||
Avoid to trigger cache item removed callback due to the sessionstate timeout change
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.AspNet.SessionState.Resources.SR">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Error_Occured_Reading_Config_Secion">
|
||||
<summary>
|
||||
Looks up a localized string similar to Error occured when reading config secion '{0}'..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Invalid_session_custom_provider">
|
||||
<summary>
|
||||
Looks up a localized string similar to The custom session state store provider name '{0}' is invalid..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Missing_session_custom_provider">
|
||||
<summary>
|
||||
Looks up a localized string similar to The custom session state store provider '{0}' is not found..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Not_Support_SessionState_Mode">
|
||||
<summary>
|
||||
Looks up a localized string similar to SessionStateAsync module only supports InProce and Custom mode..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Null_value_for_SessionStateItemCollection">
|
||||
<summary>
|
||||
Looks up a localized string similar to The SessionStateStoreData returned by ISessionStateStore has a null value for Items..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Request_Queue_Limit_Per_Session_Exceeded">
|
||||
<summary>
|
||||
Looks up a localized string similar to The request queue limit of the session is exceeded..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Session_id_too_long">
|
||||
<summary>
|
||||
Looks up a localized string similar to SessionId is too long..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.Resources.SR.Type_doesnt_inherit_from_type">
|
||||
<summary>
|
||||
Looks up a localized string similar to Type '{0}' does not inherit from '{1}'..
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.AspNet.SessionState.SessionStateModuleAsync">
|
||||
<summary>
|
||||
Async version of SessionState module which requires .Net framework 4.6.2
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateModuleAsync.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref='T:Microsoft.AspNet.SessionState.SessionStateModuleAsync' />
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.SessionStateModuleAsync.ConfigCookieless">
|
||||
<summary>
|
||||
Get the HttpCookieMode setting of the module
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.SessionStateModuleAsync.ConfigMode">
|
||||
<summary>
|
||||
Get the SessionStateMode setting of the module
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateModuleAsync.Init(System.Web.HttpApplication)">
|
||||
<summary>
|
||||
Initialize the module
|
||||
</summary>
|
||||
<param name="app"></param>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateModuleAsync.Dispose">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateModuleAsync.ReleaseSessionState(System.Web.HttpContext)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateModuleAsync.ReleaseSessionStateAsync(System.Web.HttpContext)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="E:Microsoft.AspNet.SessionState.SessionStateModuleAsync.Start">
|
||||
<summary>
|
||||
Session start event handler
|
||||
</summary>
|
||||
</member>
|
||||
<member name="E:Microsoft.AspNet.SessionState.SessionStateModuleAsync.End">
|
||||
<summary>
|
||||
Session end event handler
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateModuleAsync.OnEndRequestAsync(System.Web.HttpApplication)">
|
||||
<devdoc>
|
||||
<para>[To be supplied.]</para>
|
||||
</devdoc>
|
||||
</member>
|
||||
<member name="T:Microsoft.AspNet.SessionState.GetItemResult">
|
||||
<summary>
|
||||
The retrieved result from the sessionstate data store
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.GetItemResult.#ctor(System.Web.SessionState.SessionStateStoreData,System.Boolean,System.TimeSpan,System.Object,System.Web.SessionState.SessionStateActions)">
|
||||
<summary>
|
||||
Constructor
|
||||
</summary>
|
||||
<param name="item">SessionState data</param>
|
||||
<param name="locked">Whether the session is locked or not</param>
|
||||
<param name="lockAge">How long the session is locked</param>
|
||||
<param name="lockId">Lock ID</param>
|
||||
<param name="actions">SessionState action</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.GetItemResult.Item">
|
||||
<summary>
|
||||
SessionState store data
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.GetItemResult.Locked">
|
||||
<summary>
|
||||
Gets or sets whether the session item is locked or not
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.GetItemResult.LockAge">
|
||||
<summary>
|
||||
Gets or sets the duration for which session item is locked
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.GetItemResult.LockId">
|
||||
<summary>
|
||||
Gets or sets the lock context
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.AspNet.SessionState.GetItemResult.Actions">
|
||||
<summary>
|
||||
Gets or sets session state action
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase">
|
||||
<summary>
|
||||
The base class of async version sessionstate provider
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.CreateNewStoreData(System.Web.HttpContextBase,System.Int32)">
|
||||
<summary>
|
||||
Creates a new SessionStateStoreData object to be used for the current request.
|
||||
</summary>
|
||||
<param name="context">The HttpContext for the current request</param>
|
||||
<param name="timeout">The session state timeout value for the new SessionStateStoreData</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.CreateUninitializedItemAsync(System.Web.HttpContextBase,System.String,System.Int32,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Create uninitialized session item
|
||||
</summary>
|
||||
<param name="context">HttpContext</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="timeout">The session state timeout value</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.Dispose">
|
||||
<summary>
|
||||
Dispose resource
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.EndRequestAsync(System.Web.HttpContextBase)">
|
||||
<summary>
|
||||
Async callback for EndRequest event
|
||||
</summary>
|
||||
<param name="context"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.GetItemAsync(System.Web.HttpContextBase,System.String,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Retrieve session item without lock
|
||||
</summary>
|
||||
<param name="context">HttpContext</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns>A task that retrieves the session item without lock</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.GetItemExclusiveAsync(System.Web.HttpContextBase,System.String,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Retrieve sessionitem with lock
|
||||
</summary>
|
||||
<param name="context">HttpContext</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns>A task that retrieves the session item with lock</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.InitializeRequest(System.Web.HttpContextBase)">
|
||||
<summary>
|
||||
Called at the beginning of the AcquireRequestState event
|
||||
</summary>
|
||||
<param name="context">The HttpContext for the current request</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.ReleaseItemExclusiveAsync(System.Web.HttpContextBase,System.String,System.Object,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Unlock an item locked by GetExclusive
|
||||
</summary>
|
||||
<param name="context">The HttpContext for the current request</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="lockId">Session item lock context</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.RemoveItemAsync(System.Web.HttpContextBase,System.String,System.Object,System.Web.SessionState.SessionStateStoreData,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Remove the session item from the store
|
||||
</summary>
|
||||
<param name="context">The HttpContext for the current request</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="lockId">Session item lock context</param>
|
||||
<param name="item">Session data</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.ResetItemTimeoutAsync(System.Web.HttpContextBase,System.String,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Reset the expire time of an item based on its timeout value
|
||||
</summary>
|
||||
<param name="context">The HttpContext for the current request</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.SetAndReleaseItemExclusiveAsync(System.Web.HttpContextBase,System.String,System.Web.SessionState.SessionStateStoreData,System.Object,System.Boolean,System.Threading.CancellationToken)">
|
||||
<summary>
|
||||
Updates the session-item information in the session-state data store with values from the current request,
|
||||
and clears the lock on the data
|
||||
</summary>
|
||||
<param name="context">The HttpContext for the current request</param>
|
||||
<param name="id">Session ID</param>
|
||||
<param name="item">Session data</param>
|
||||
<param name="lockId">Session item lock context</param>
|
||||
<param name="newItem">Whether it is a new session item</param>
|
||||
<param name="cancellationToken">Cancellation token for the async task</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.AspNet.SessionState.SessionStateStoreProviderAsyncBase.SetItemExpireCallback(System.Web.SessionState.SessionStateItemExpireCallback)">
|
||||
<summary>
|
||||
Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event
|
||||
</summary>
|
||||
<param name="expireCallback"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+25786
File diff suppressed because it is too large
Load Diff
+28207
File diff suppressed because it is too large
Load Diff
+28438
File diff suppressed because it is too large
Load Diff
+28642
File diff suppressed because it is too large
Load Diff
+24841
File diff suppressed because it is too large
Load Diff
+25802
File diff suppressed because it is too large
Load Diff
+26551
File diff suppressed because it is too large
Load Diff
Vendored
+21000
File diff suppressed because it is too large
Load Diff
Vendored
+21166
File diff suppressed because it is too large
Load Diff
Vendored
+20342
File diff suppressed because it is too large
Load Diff
+25752
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
-116
@@ -1,116 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
# open json.net splash page on package install
|
||||
# don't open if json.net is installed as a dependency
|
||||
|
||||
try
|
||||
{
|
||||
$url = "http://www.newtonsoft.com/json/install?version=" + $package.Version
|
||||
$dte2 = Get-Interface $dte ([EnvDTE80.DTE2])
|
||||
|
||||
if ($dte2.ActiveWindow.Caption -eq "Package Manager Console")
|
||||
{
|
||||
# user is installing from VS NuGet console
|
||||
# get reference to the window, the console host and the input history
|
||||
# show webpage if "install-package newtonsoft.json" was last input
|
||||
|
||||
$consoleWindow = $(Get-VSComponentModel).GetService([NuGetConsole.IPowerConsoleWindow])
|
||||
|
||||
$props = $consoleWindow.GetType().GetProperties([System.Reflection.BindingFlags]::Instance -bor `
|
||||
[System.Reflection.BindingFlags]::NonPublic)
|
||||
|
||||
$prop = $props | ? { $_.Name -eq "ActiveHostInfo" } | select -first 1
|
||||
if ($prop -eq $null) { return }
|
||||
|
||||
$hostInfo = $prop.GetValue($consoleWindow)
|
||||
if ($hostInfo -eq $null) { return }
|
||||
|
||||
$history = $hostInfo.WpfConsole.InputHistory.History
|
||||
|
||||
$lastCommand = $history | select -last 1
|
||||
|
||||
if ($lastCommand)
|
||||
{
|
||||
$lastCommand = $lastCommand.Trim().ToLower()
|
||||
if ($lastCommand.StartsWith("install-package") -and $lastCommand.Contains("newtonsoft.json"))
|
||||
{
|
||||
$dte2.ItemOperations.Navigate($url) | Out-Null
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
# user is installing from VS NuGet dialog
|
||||
# get reference to the window, then smart output console provider
|
||||
# show webpage if messages in buffered console contains "installing...newtonsoft.json" in last operation
|
||||
|
||||
$instanceField = [NuGet.Dialog.PackageManagerWindow].GetField("CurrentInstance", [System.Reflection.BindingFlags]::Static -bor `
|
||||
[System.Reflection.BindingFlags]::NonPublic)
|
||||
|
||||
$consoleField = [NuGet.Dialog.PackageManagerWindow].GetField("_smartOutputConsoleProvider", [System.Reflection.BindingFlags]::Instance -bor `
|
||||
[System.Reflection.BindingFlags]::NonPublic)
|
||||
|
||||
if ($instanceField -eq $null -or $consoleField -eq $null) { return }
|
||||
|
||||
$instance = $instanceField.GetValue($null)
|
||||
|
||||
if ($instance -eq $null) { return }
|
||||
|
||||
$consoleProvider = $consoleField.GetValue($instance)
|
||||
if ($consoleProvider -eq $null) { return }
|
||||
|
||||
$console = $consoleProvider.CreateOutputConsole($false)
|
||||
|
||||
$messagesField = $console.GetType().GetField("_messages", [System.Reflection.BindingFlags]::Instance -bor `
|
||||
[System.Reflection.BindingFlags]::NonPublic)
|
||||
if ($messagesField -eq $null) { return }
|
||||
|
||||
$messages = $messagesField.GetValue($console)
|
||||
if ($messages -eq $null) { return }
|
||||
|
||||
$operations = $messages -split "=============================="
|
||||
|
||||
$lastOperation = $operations | select -last 1
|
||||
|
||||
if ($lastOperation)
|
||||
{
|
||||
$lastOperation = $lastOperation.ToLower()
|
||||
|
||||
$lines = $lastOperation -split "`r`n"
|
||||
|
||||
$installMatch = $lines | ? { $_.StartsWith("------- installing...newtonsoft.json ") } | select -first 1
|
||||
|
||||
if ($installMatch)
|
||||
{
|
||||
$dte2.ItemOperations.Navigate($url) | Out-Null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
try
|
||||
{
|
||||
$pmPane = $dte2.ToolWindows.OutputWindow.OutputWindowPanes.Item("Package Manager")
|
||||
|
||||
$selection = $pmPane.TextDocument.Selection
|
||||
$selection.StartOfDocument($false)
|
||||
$selection.EndOfDocument($true)
|
||||
|
||||
if ($selection.Text.StartsWith("Attempting to gather dependencies information for package 'Newtonsoft.Json." + $package.Version + "'"))
|
||||
{
|
||||
# don't show on upgrade
|
||||
if (!$selection.Text.Contains("Removed package"))
|
||||
{
|
||||
$dte2.ItemOperations.Navigate($url) | Out-Null
|
||||
}
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
# stop potential errors from bubbling up
|
||||
# worst case the splash page won't open
|
||||
}
|
||||
}
|
||||
|
||||
# still yolo
|
||||
BIN
Binary file not shown.
Binary file not shown.
+446
-53
File diff suppressed because it is too large
Load Diff
+466
-254
File diff suppressed because it is too large
Load Diff
+663
-51
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+513
-212
File diff suppressed because it is too large
Load Diff
+645
-130
File diff suppressed because it is too large
Load Diff
+540
-153
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user