mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Cleaned up after merge of Azure upgrade from 1.9.x.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<DiagnosticsConfiguration xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
|
|
||||||
<PublicConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
|
|
||||||
<WadCfg>
|
|
||||||
<DiagnosticMonitorConfiguration overallQuotaInMB="4096">
|
|
||||||
<DiagnosticInfrastructureLogs scheduledTransferPeriod="PT1M" scheduledTransferLogLevelFilter="Warning" />
|
|
||||||
<Directories scheduledTransferPeriod="PT1M">
|
|
||||||
<IISLogs containerName="wad-iis-logfiles" />
|
|
||||||
</Directories>
|
|
||||||
<PerformanceCounters>
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\Memory\Available MBytes" sampleRate="PT3M" />
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\ISAPI Extension Requests/sec" sampleRate="PT3M" />
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\Bytes Total/Sec" sampleRate="PT3M" />
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Requests/Sec" sampleRate="PT3M" />
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Errors Total/Sec" sampleRate="PT3M" />
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Queued" sampleRate="PT3M" />
|
|
||||||
<PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Rejected" sampleRate="PT3M" />
|
|
||||||
</PerformanceCounters>
|
|
||||||
<WindowsEventLog scheduledTransferPeriod="PT1M">
|
|
||||||
<DataSource name="Application!*" />
|
|
||||||
</WindowsEventLog>
|
|
||||||
<Logs scheduledTransferPeriod="PT1M" scheduledTransferLogLevelFilter="Warning" />
|
|
||||||
</DiagnosticMonitorConfiguration>
|
|
||||||
</WadCfg>
|
|
||||||
<StorageAccount>devstoreaccount1</StorageAccount>
|
|
||||||
</PublicConfig>
|
|
||||||
<PrivateConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
|
|
||||||
<StorageAccount name="devstoreaccount1" key="Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==" />
|
|
||||||
</PrivateConfig>
|
|
||||||
<IsEnabled>true</IsEnabled>
|
|
||||||
</DiagnosticsConfiguration>
|
|
@@ -1,110 +1,108 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<HostComponents>
|
<HostComponents>
|
||||||
<Components>
|
<Components>
|
||||||
|
|
||||||
<Component Type="Orchard.Environment.Extensions.ExtensionMonitoringCoordinator">
|
<Component Type="Orchard.Environment.Extensions.ExtensionMonitoringCoordinator">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable new extensions monitoring -->
|
<!-- Set Value="true" to disable new extensions monitoring -->
|
||||||
<Property Name="Disabled" Value="true"/>
|
<Property Name="Disabled" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.DisplayManagement.Descriptors.ShapePlacementStrategy.PlacementFileParser">
|
<Component Type="Orchard.DisplayManagement.Descriptors.ShapePlacementStrategy.PlacementFileParser">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable Placement files monitoring (Placement.info) -->
|
<!-- Set Value="true" to disable Placement files monitoring (Placement.info) -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.DisplayManagement.Descriptors.ShapeTemplateStrategy.ShapeTemplateBindingStrategy">
|
<Component Type="Orchard.DisplayManagement.Descriptors.ShapeTemplateStrategy.ShapeTemplateBindingStrategy">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable template views monitoring (Views\*.cshtml) -->
|
<!-- Set Value="true" to disable template views monitoring (Views\*.cshtml) -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Environment.Extensions.Folders.ExtensionHarvester">
|
<Component Type="Orchard.Environment.Extensions.Folders.ExtensionHarvester">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable extension folders monitoring (new files in modules and themes) -->
|
<!-- Set Value="true" to disable extension folders monitoring (new files in modules and themes) -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Environment.Extensions.Compilers.DefaultProjectFileParser">
|
<Component Type="Orchard.Environment.Extensions.Compilers.DefaultProjectFileParser">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable project files monitoring (/Modules/**/*.csproj) -->
|
<!-- Set Value="true" to disable project files monitoring (/Modules/**/*.csproj) -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader">
|
<Component Type="Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable source files monitoring -->
|
<!-- Set Value="true" to disable source files monitoring -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
<!-- Set Value="true" to completely disable the Dynamic Extension Loader -->
|
<!-- Set Value="true" to completely disable the Dynamic Extension Loader -->
|
||||||
<Property Name="Disabled" Value="true"/>
|
<Property Name="Disabled" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Environment.Extensions.Loaders.PrecompiledExtensionLoader">
|
<Component Type="Orchard.Environment.Extensions.Loaders.PrecompiledExtensionLoader">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable pre-compiled files monitoring (~/Modules/**/bin/*.dll) -->
|
<!-- Set Value="true" to disable pre-compiled files monitoring (~/Modules/**/bin/*.dll) -->
|
||||||
<Property Name="DisableMonitoring" Value="false"/>
|
<Property Name="DisableMonitoring" Value="false"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.FileSystems.Dependencies.DefaultDependenciesFolder">
|
<Component Type="Orchard.FileSystems.Dependencies.DefaultDependenciesFolder">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable the dependencies folder monitoring -->
|
<!-- Set Value="true" to disable the dependencies folder monitoring -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.FileSystems.Dependencies.DefaultExtensionDependenciesManager">
|
<Component Type="Orchard.FileSystems.Dependencies.DefaultExtensionDependenciesManager">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable compiled dependencides files monitoring -->
|
<!-- Set Value="true" to disable compiled dependencides files monitoring -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Localization.Services.DefaultLocalizedStringManager">
|
<Component Type="Orchard.Localization.Services.DefaultLocalizedStringManager">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable localization files monitoring (*.po) -->
|
<!-- Set Value="true" to disable localization files monitoring (*.po) -->
|
||||||
<Property Name="DisableMonitoring" Value="true"/>
|
<Property Name="DisableMonitoring" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Caching.DefaultParallelCacheContext">
|
<Component Type="Orchard.Caching.DefaultParallelCacheContext">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable parallel cache resolution -->
|
<!-- Set Value="true" to disable parallel cache resolution -->
|
||||||
<Property Name="Disabled" Value="false"/>
|
<Property Name="Disabled" Value="false"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Data.SessionConfigurationCache">
|
<Component Type="Orchard.Data.SessionConfigurationCache">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable session configuration cache (mappings.bin). Recommended when using multiple instances. -->
|
<!-- Set Value="true" to disable session configuration cache (mappings.bin). Recommended when using multiple instances. -->
|
||||||
<Property Name="Disabled" Value="false"/>
|
<Property Name="Disabled" Value="false"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Environment.Descriptor.ShellDescriptorCache">
|
<Component Type="Orchard.Environment.Descriptor.ShellDescriptorCache">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to disable shell descriptors cache (cache.dat). Recommended when using multiple instances. -->
|
<!-- Set Value="true" to disable shell descriptors cache (cache.dat). Recommended when using multiple instances. -->
|
||||||
<Property Name="Disabled" Value="true"/>
|
<Property Name="Disabled" Value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Type="Orchard.Services.ClientAddressAccessor">
|
<Component Type="Orchard.Services.ClientAddressAccessor">
|
||||||
<Properties>
|
<Properties>
|
||||||
<!-- Set Value="true" to read the client host address from the specified HTTP header. -->
|
<!-- Set Value="true" to read the client host address from the specified HTTP header. -->
|
||||||
<Property Name="EnableClientHostAddressHeader" Value="false"/>
|
<Property Name="EnableClientHostAddressHeader" Value="false"/>
|
||||||
|
<!-- Set Value to the HTTP header name from which to read the client host address. Only used when EnableClientHostAddressHeader="true". If the specified header was not found, the system will fall back to the client host address as provided by the Request object.-->
|
||||||
|
<Property Name="ClientHostAddressHeaderName" Value="X-Forwarded-For"/>
|
||||||
|
</Properties>
|
||||||
|
</Component>
|
||||||
|
|
||||||
<!-- Set Value to the HTTP header name from which to read the client host address. Only used when EnableClientHostAddressHeader="true".
|
</Components>
|
||||||
If the specified header was not found, the system will fall back to the client host address as provided by the Request object.-->
|
|
||||||
<Property Name="ClientHostAddressHeaderName" Value="X-Forwarded-For"/>
|
|
||||||
</Properties>
|
|
||||||
</Component>
|
|
||||||
|
|
||||||
</Components>
|
|
||||||
</HostComponents>
|
</HostComponents>
|
||||||
|
@@ -1,50 +1,37 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<configSections>
|
<configSections>
|
||||||
<section name="autofac" type="Autofac.Configuration.SectionHandler, Autofac.Configuration"/>
|
<section name="autofac" type="Autofac.Configuration.SectionHandler, Autofac.Configuration"/>
|
||||||
</configSections>
|
</configSections>
|
||||||
|
|
||||||
<autofac defaultAssembly="Orchard.Framework">
|
<autofac defaultAssembly="Orchard.Framework">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
To create tenant specific configurations, copy this file to ~/Config/Sites.{tenant}.config
|
To create tenant specific configurations, copy this file to ~/Config/Sites.{tenant}.config
|
||||||
where {tenant} is the technical name of the targetted tenant
|
where {tenant} is the technical name of the targetted tenant.
|
||||||
|
Allowed scopes: per-dependency, single-instance or per-lifetime-scope
|
||||||
Allowed scopes: per-dependency, single-instance or per-lifetime-scope
|
-->
|
||||||
|
|
||||||
-->
|
<components>
|
||||||
|
<!--
|
||||||
|
Uncomment to use ReadUncommitted as the default isolation level. Please not that
|
||||||
<components>
|
Sql Server Ce doesn't support ReadUncommitted. Isolation level for all database transaction.
|
||||||
<!--
|
See http://msdn.microsoft.com/en-us/library/system.transactions.isolationlevel.aspx
|
||||||
Uncomment to use ReadUncommitted as the default isolation level. Please not that
|
|
||||||
Sql Server Ce doesn't support ReadUncommitted.
|
|
||||||
|
|
||||||
Isolation level for all database transaction.
|
|
||||||
See http://msdn.microsoft.com/en-us/library/system.transactions.isolationlevel.aspx
|
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--<component instance-scope="per-lifetime-scope" type="Orchard.Data.SessionLocator, Orchard.Framework" service="Orchard.Data.ISessionLocator">
|
||||||
<component instance-scope="per-lifetime-scope"
|
|
||||||
type="Orchard.Data.SessionLocator, Orchard.Framework"
|
|
||||||
service="Orchard.Data.ISessionLocator">
|
|
||||||
<properties>
|
<properties>
|
||||||
<property name="IsolationLevel" value="ReadUncommitted" />
|
<property name="IsolationLevel" value="ReadUncommitted" />
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>-->
|
||||||
-->
|
|
||||||
|
<!-- Delay between background services executions. -->
|
||||||
<!--
|
<!--<component instance-scope="single-instance" type="Orchard.Tasks.SweepGenerator" service="Orchard.Tasks.ISweepGenerator">
|
||||||
Delay between background services executions
|
|
||||||
<component instance-scope="single-instance"
|
|
||||||
type="Orchard.Tasks.SweepGenerator"
|
|
||||||
service="Orchard.Tasks.ISweepGenerator">
|
|
||||||
<properties>
|
<properties>
|
||||||
<property name="Interval" value="00:01:00" />
|
<property name="Interval" value="00:01:00" />
|
||||||
</properties>
|
</properties>
|
||||||
</component>
|
</component>-->
|
||||||
-->
|
</components>
|
||||||
</components>
|
</autofac>
|
||||||
</autofac>
|
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
<IISExpressWindowsAuthentication />
|
<IISExpressWindowsAuthentication />
|
||||||
<IISExpressUseClassicPipelineMode />
|
<IISExpressUseClassicPipelineMode />
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile>true</UseGlobalApplicationHostFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<Prefer32Bit>false</Prefer32Bit>
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Autofac, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
<Reference Include="Autofac">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\autofac\Autofac.dll</HintPath>
|
<HintPath>..\..\..\lib\autofac\Autofac.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
@@ -57,30 +57,37 @@
|
|||||||
<Reference Include="Microsoft.ApplicationServer.Caching.AzureClientHelper">
|
<Reference Include="Microsoft.ApplicationServer.Caching.AzureClientHelper">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.AzureClientHelper.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.AzureClientHelper.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.ApplicationServer.Caching.AzureCommon">
|
<Reference Include="Microsoft.ApplicationServer.Caching.AzureCommon">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.AzureCommon.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.AzureCommon.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.ApplicationServer.Caching.Client">
|
<Reference Include="Microsoft.ApplicationServer.Caching.Client">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.Client.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.Client.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.ApplicationServer.Caching.Core">
|
<Reference Include="Microsoft.ApplicationServer.Caching.Core">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.Core.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.ApplicationServer.Caching.Core.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.Data.Edm">
|
<Reference Include="Microsoft.Data.Edm">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.Data.Edm.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.Data.Edm.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.Data.OData">
|
<Reference Include="Microsoft.Data.OData">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.Data.OData.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.Data.OData.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.Web.DistributedCache">
|
<Reference Include="Microsoft.Web.DistributedCache">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.Web.DistributedCache.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.Web.DistributedCache.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.Web.Infrastructure">
|
<Reference Include="Microsoft.Web.Infrastructure">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
@@ -90,18 +97,20 @@
|
|||||||
<Reference Include="Microsoft.WindowsAzure.Configuration">
|
<Reference Include="Microsoft.WindowsAzure.Configuration">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.Configuration.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.Configuration.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
<Reference Include="Microsoft.WindowsAzure.Diagnostics">
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.Diagnostics.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.Diagnostics.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime">
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.ServiceRuntime.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.ServiceRuntime.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.WindowsAzure.Storage">
|
<Reference Include="Microsoft.WindowsAzure.Storage">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.Storage.dll</HintPath>
|
<HintPath>..\..\..\lib\windowsazure\Microsoft.WindowsAzure.Storage.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json">
|
<Reference Include="Newtonsoft.Json">
|
||||||
<HintPath>..\..\..\lib\newtonsoft.json\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\..\..\lib\newtonsoft.json\Newtonsoft.Json.dll</HintPath>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<configSections>
|
<configSections>
|
||||||
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||||
<remove name="host"/>
|
<remove name="host"/>
|
||||||
@@ -10,13 +10,13 @@
|
|||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
<section name="dataCacheClients" type="Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core" allowLocation="true" allowDefinition="Everywhere"/>
|
<section name="dataCacheClients" type="Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core" allowLocation="true" allowDefinition="Everywhere"/>
|
||||||
</configSections>
|
</configSections>
|
||||||
|
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="webpages:Enabled" value="false"/>
|
<add key="webpages:Enabled" value="false"/>
|
||||||
<add key="webpages:Version" value="3.0.0.0"/>
|
<add key="webpages:Version" value="3.0.0.0"/>
|
||||||
<add key="log4net.Config" value="Config\log4net.config"/>
|
<add key="log4net.Config" value="Config\log4net.config"/>
|
||||||
</appSettings>
|
</appSettings>
|
||||||
|
|
||||||
<system.web.webPages.razor>
|
<system.web.webPages.razor>
|
||||||
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
<host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||||
<pages pageBaseType="Orchard.Mvc.ViewEngines.Razor.WebViewPage">
|
<pages pageBaseType="Orchard.Mvc.ViewEngines.Razor.WebViewPage">
|
||||||
@@ -32,28 +32,27 @@
|
|||||||
</namespaces>
|
</namespaces>
|
||||||
</pages>
|
</pages>
|
||||||
</system.web.webPages.razor>
|
</system.web.webPages.razor>
|
||||||
|
|
||||||
<dataCacheClients>
|
<dataCacheClients>
|
||||||
<dataCacheClient name="DefaultCacheClient" useLegacyProtocol="false" connectionPool="true" maxConnectionsToServer="20">
|
<dataCacheClient name="DefaultCacheClient" useLegacyProtocol="false" connectionPool="true" maxConnectionsToServer="20">
|
||||||
<autoDiscover isEnabled="true" identifier="Orchard.Azure.Web"/>
|
<autoDiscover isEnabled="true" identifier="Orchard.Azure.Web"/>
|
||||||
</dataCacheClient>
|
</dataCacheClient>
|
||||||
</dataCacheClients>
|
</dataCacheClients>
|
||||||
|
|
||||||
<system.diagnostics>
|
<system.diagnostics>
|
||||||
<trace>
|
<trace>
|
||||||
<listeners>
|
<listeners>
|
||||||
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="AzureDiagnostics">
|
||||||
name="AzureDiagnostics">
|
|
||||||
<filter type="" />
|
<filter type="" />
|
||||||
</add>
|
</add>
|
||||||
</listeners>
|
</listeners>
|
||||||
</trace>
|
</trace>
|
||||||
</system.diagnostics>
|
</system.diagnostics>
|
||||||
|
|
||||||
<system.transactions>
|
<system.transactions>
|
||||||
<defaultSettings timeout="00:30:00"/>
|
<defaultSettings timeout="00:30:00"/>
|
||||||
</system.transactions>
|
</system.transactions>
|
||||||
|
|
||||||
<system.web>
|
<system.web>
|
||||||
<httpRuntime targetFramework="4.5.1" requestValidationMode="2.0" maxRequestLength="65536"/>
|
<httpRuntime targetFramework="4.5.1" requestValidationMode="2.0" maxRequestLength="65536"/>
|
||||||
<compilation debug="true" targetFramework="4.5.1" batch="true" numRecompilesBeforeAppRestart="250" optimizeCompilations="true">
|
<compilation debug="true" targetFramework="4.5.1" batch="true" numRecompilesBeforeAppRestart="250" optimizeCompilations="true">
|
||||||
@@ -110,7 +109,7 @@
|
|||||||
</namespaces>
|
</namespaces>
|
||||||
</pages>
|
</pages>
|
||||||
</system.web>
|
</system.web>
|
||||||
|
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<modules runAllManagedModulesForAllRequests="false">
|
<modules runAllManagedModulesForAllRequests="false">
|
||||||
<remove name="OutputCache"/>
|
<remove name="OutputCache"/>
|
||||||
@@ -137,7 +136,7 @@
|
|||||||
</requestFiltering>
|
</requestFiltering>
|
||||||
</security>
|
</security>
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
<gcServer enabled="true"/>
|
<gcServer enabled="true"/>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
@@ -186,27 +185,27 @@
|
|||||||
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da"/>
|
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
|
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
|
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
|
<assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0"/>
|
<bindingRedirect oldVersion="0.0.0.0-5.6.4.0" newVersion="5.6.4.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Reference in New Issue
Block a user