You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1052 lines
58 KiB
1052 lines
58 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="sitecore" type="Sitecore.Configuration.RuleBasedConfigReader, Sitecore.Kernel" />
|
|
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, Sitecore.Logging" />
|
|
<section name="RetryPolicyConfiguration" type="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.RetryPolicyConfigurationSettings, Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" />
|
|
<section name="configBuilders" type="System.Configuration.ConfigurationBuildersSection, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" restartOnExternalChanges="false" requirePermission="false" />
|
|
</configSections>
|
|
<configBuilders>
|
|
<builders>
|
|
<add name="SitecoreAppSettingsBuilder" mode="Strict" prefix="SITECORE_APPSETTINGS_" stripPrefix="true" type="Sitecore.Configuration.FlexibleEnvironmentConfigBuilder, Sitecore.Kernel" />
|
|
<add name="SitecoreConnectionStringsBuilder" mode="Strict" prefix="SITECORE_CONNECTIONSTRINGS_" stripPrefix="true" type="Microsoft.Configuration.ConfigurationBuilders.EnvironmentConfigBuilder, Microsoft.Configuration.ConfigurationBuilders.Environment, Version=1.0.0.0, Culture=neutral" />
|
|
</builders>
|
|
</configBuilders>
|
|
<RetryPolicyConfiguration defaultRetryStrategy="Fixed Interval Retry Strategy" defaultSqlConnectionRetryStrategy="Incremental Retry Strategy">
|
|
<incremental name="Incremental Retry Strategy" retryIncrement="00:00:01" initialInterval="00:00:01" maxRetryCount="10" />
|
|
<fixedInterval name="Fixed Interval Retry Strategy" retryInterval="00:00:01" maxRetryCount="10" />
|
|
<exponentialBackoff name="Backoff Retry Strategy" minBackoff="00:00:01" maxBackoff="00:00:30" deltaBackoff="00:00:10" maxRetryCount="6" firstFastRetry="false" />
|
|
</RetryPolicyConfiguration>
|
|
<connectionStrings configSource="App_Config\ConnectionStrings.config" />
|
|
<appSettings configBuilders="SitecoreAppSettingsBuilder">
|
|
<!--Custome Keys Start-->
|
|
<add key="gtmId" value="GTM-5LXGGBD" />
|
|
|
|
<add key="appBasePath" value="https://bajaj-prod.bajajauto.com/" />
|
|
<!--<add key="cdnURL" value="https://cdn.bajajauto.com" />-->
|
|
<add key="cdnURL" value="" />
|
|
<!--<add key="cdnURL" value="http://bajaj-prod-new.acc.ltd" />-->
|
|
<!--<add key="email-host" value="WIN-TCEBBTRCNJ2" />-->
|
|
<add key="email-host" value="email-smtp.eu-west-1.amazonaws.com" />
|
|
<add key="versionNumber" value="46" />
|
|
|
|
<add key="qute-dealer-api-error-emailids" value="vkumar7@bajajauto.co.in" />
|
|
<add key="dealer-api-error-emailids" value="vkumar7@bajajauto.co.in" />
|
|
<add key="price-api-error-emailids" value="vkumar7@bajajauto.co.in" />
|
|
<add key="admin-email-id" value="vkumar7@bajajauto.co.in" />
|
|
<add key="email-from-name" value="BAJAJ AUTO LTD." />
|
|
<add key="email-from-address" value="noreply@bajajauto.co.in" />
|
|
<add key="bookNowDomain" value="https://online.bajajauto.com" />
|
|
|
|
|
|
<add key="dbName" value="web" />
|
|
<add key="environment" value="production" />
|
|
|
|
<!--SMS Entitiy Id-->
|
|
<add key="SMSEntityId" value="1101635620000025441" />
|
|
|
|
<!-- For Lead Squared APIs -->
|
|
<add key="apiUrlLeadsquared" value="https://api-in21.leadsquared.com"/>
|
|
<add key="apiVersionLeadsquared" value="v2"/>
|
|
<add key="accessKeyLeadsquared" value="u$r23a5379a08eb23473255e666042f0188"/>
|
|
<add key="secretKeyLeadsquared" value="ee20cd47c4d89982c5df717b7d9ffa1b4018d87e"/>
|
|
|
|
<!-- For Booking LSQ API-->
|
|
<add key="bookingApiURLLeadSquared" value="https://lapps-in21.leadsquared.com/executebylapptoken?"/>
|
|
<add key="bookingApiURLName" value="da_60847_993b049f"/>
|
|
<add key="bookingApiURLEnv" value="Live"/>
|
|
<add key="bookingApiURLKey" value="2cc3148f57dc44fe9f08e3f72788642e"/>
|
|
|
|
<!-- WEBENGAGE API-->
|
|
<add key="WebEngageLicenseCode" value="~99198ab8"/>
|
|
<add key="WebEngageAuthToken" value="bc44d779-3920-4dfd-a12b-5a9c63550e2e"/>
|
|
<add key="WebengageApiHost" value="https://api.webengage.com/v1/accounts/"/>
|
|
<add key="WebengageLandingPageUrl" value="https://www.triumphmotorcyclesindia.com/booking"/>
|
|
|
|
<!-- For 2.0 APIs -->
|
|
<add key="baseApiUrl" value="http://api-staging-bal.traya.net/v1.0" />
|
|
<add key="ClientId" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c" />
|
|
<add key="ClientSecret" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c" />
|
|
<add key="DeviceType" value="Android" />
|
|
<add key="DeviceId" value="123" />
|
|
|
|
<!-- For Career Microsite Successfactors APIs -->
|
|
<add key="apiUrl" value="https://api10.successfactors.com" />
|
|
<add key="apiVersion" value="odata/v2" />
|
|
<add key="companyName" value="BAL" />
|
|
<add key="username" value="CareerwebsiteAPI" />
|
|
<add key="password" value="Welcome@123" />
|
|
|
|
<!-- For Urbanite APIs -->
|
|
<!--<add key="urbaniteBaseApiUrl" value="http://api-dev-balub.traya.net/v1.0" />-->
|
|
<!--<add key="urbaniteBaseApiUrl" value="https://api-staging2-balub.traya.net/v1.0" />-->
|
|
<!--<add key="urbaniteBaseApiUrl" value="https://api-balub.traya.net/v1.0" />-->
|
|
<add key="urbaniteBaseApiUrl" value="https://api-balub.excellonconnect.com/v1.0" />
|
|
|
|
<add key="urbaniteClientId" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c" />
|
|
<add key="urbaniteClientSecret" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c" />
|
|
<add key="urbaniteDeviceType" value="Android" />
|
|
<add key="urbaniteDeviceId" value="123" />
|
|
|
|
<!-- For KTM APIs -->
|
|
<!--<add key="ktmBaseApiUrl" value="http://api-dev-balpb.traya.net/v1.0" />-->
|
|
<!--<add key="ktmBaseApiUrl" value="http://api-dev-balpb.excellonconnect.com/v1.0" />-->
|
|
|
|
|
|
<!--MuleSoft Dev Keys-->
|
|
<add key="muleSoftAPIDomain" value="https://api.bajajauto.com/aggregator/dealer/api/v1" />
|
|
<add key="muleSoftAPIClientID" value="476ab50c20e644968ddc7c7beff69648" />
|
|
<add key="muleSoftAIPClientSecret" value="a85e993461E145A7a66409c7B737149D" />
|
|
<add key="muleSoftAPIEXshowroomDomain" value="https://apiqa.bajajauto.com/pricing/api/v1"/>
|
|
<add key="muleSoftAPILeadSquareDomain" value="https://api.bajajauto.com/web/lead/api/v1"/>
|
|
<add key="muleSoftGenerateTokenURL" value="https://api.bajajauto.com/oauth-app/api/v1" />
|
|
<add key="muleSoftBookingAPILeadSquareDomain" value="https://api.bajajauto.com/web/booking/api/v1/lsq/create" />
|
|
|
|
|
|
<add key="ktmBaseApiUrl" value="https://api-balpb.excellonconnect.com/v1.0" />
|
|
<add key="ktmApiKey" value="0d7e0104-2e24-4d8f-86ab-e2066d596522" />
|
|
<add key="ktmAppId" value="0d7e0104-2e24-4d8f-86ab-e2066d596522" />
|
|
<add key="ktmSubscriptionId" value="4de83fd8-5127-4c88-8e4e-226e9d61ef62" />
|
|
<add key="ktmAuthorization" value="ApiKeyAuth" />
|
|
|
|
<!-- For Husqvarna APIs -->
|
|
<add key="husqvarnaBaseApiUrl" value="https://api-balpb.excellonconnect.com/v1.0" />
|
|
<!--<add key="husqvarnaBaseApiUrl" value="http://api-dev-balpb.excellonconnect.com/v1.0" />-->
|
|
<add key="husqvarnaApiKey" value="0d7e0104-2e24-4d8f-86ab-e2066d596522" />
|
|
<add key="husqvarnaAppId" value="0d7e0104-2e24-4d8f-86ab-e2066d596522" />
|
|
<add key="husqvarnaSubscriptionId" value="4de83fd8-5127-4c88-8e4e-226e9d61ef62" />
|
|
<add key="husqvarnaAuthorization" value="ApiKeyAuth" />
|
|
|
|
<!--For KTM tour Kogo APIs-->
|
|
<add key="kogoVendorId" value="5ff83d9e9300fc0028489965" />
|
|
<!--<add key="kogoAppDomian" value="https://dev.kogotrips.com/" />-->
|
|
<add key="kogoAppDomian" value="https://api.kogotrips.com/" />
|
|
|
|
<add key="excellonAPIUrlCV" value="http://api-bal.excellonconnect.com/v1.0" />
|
|
|
|
<!--Live Keys-->
|
|
<add key="testRideAPIDomian" value="https://api-online.bajajauto.com/v1.0/" />
|
|
<add key="testRideAPIClientId" value="e919f51e-b469-42cc-8423-e5fef2902be4" />
|
|
<add key="testRideAPIClientSecret" value="XkOwjPMHFL@OU1" />
|
|
<add key="testRideAPISubscriptionName" value="BALECOM" />
|
|
|
|
<add key="otpInfoBipUsername" value="Bajaj_OTP1"/>
|
|
<add key="otpInfoBipPassword" value="BAL@October2022"/>
|
|
|
|
<add key="wpInfoBipMCUsername" value="BajajAutoWA"/>
|
|
<add key="wpInfoBipMCPassword" value="B@j@j@5679"/>
|
|
<add key="wpInfoBipMCScenerioKey" value="31050FE1070D558C3510FAD50DE8EF12"/>
|
|
|
|
<add key="wpInfoBipPBUsername" value="Deepali_KTM"/>
|
|
<add key="wpInfoBipPBPassword" value="Excellon@2022"/>
|
|
<add key="wpInfoBipPBScenerioKey" value="8BEB37CBEFFCDA491A8515C0B4CE5322"/>
|
|
|
|
<!-- Payment Integration (Start)-->
|
|
<add key="ccavenueaccesscode" value="AVEB04KE93CJ71BEJC" />
|
|
<add key="ccavenuemerchantcode" value="284786" />
|
|
<add key="ccavenuetriumphbaseurl" value="https://www.triumphindia-preprod.bajajauto.com" />
|
|
<add key="ccavenuepayurl" value="https://test.ccavenue.com" />
|
|
<add key="ccavenueapipayurl" value="https://apitest.ccavenue.com" />
|
|
<add key="ccavenueworkingkey" value="C3673417B0712B2A4FE9618F7723C850" />
|
|
|
|
|
|
<add key="bookingreceiptpath" value="~/resource-content/uploads/Triumph/"/>
|
|
<!-- Payment Integration (End)-->
|
|
|
|
<!--pdf for bajaj-->
|
|
<add key="quizresultpath" value="~/resource-content/uploads/Bajaj/"/>
|
|
<!---Triumph Price-->
|
|
<add key="triumhBookingPrice" value="10000" />
|
|
<!-- LMS Booking (start)-->
|
|
<add key="triumphlmsbookingbaseurl" value="https://www.triumphindia-preprod.bajajauto.com/reviewpay?" />
|
|
<!-- LMS Booking-->
|
|
|
|
<!--<add key="chetakTestRideAPIDomian" value="https://dev-b2c-mongo.excellonconnect.com/v1.0/"/>-->
|
|
<!--<add key="chetakTestRideAPIDomian" value="https://api-connect-qa.excellonconnect.com/v1.0/"/>-->
|
|
|
|
<!--<add key="chetakTestRideAPIDomian" value="https://api-connect-uat.excellonconnect.com/v1.0/"/>
|
|
<add key="chetakTestRideAPIClientId" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c"/>
|
|
<add key="chetakTestRideAPIClientSecret" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c"/>-->
|
|
|
|
<add key="chetakTestRideAPIDomian" value="https://api-online.chetak.com/v1.0/"/>
|
|
<add key="chetakTestRideAPIClientId" value="9b848e81-04e0-4b4c-908d-fa0d950cbf41"/>
|
|
<add key="chetakTestRideAPIClientSecret" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c"/>
|
|
|
|
<!-- for live-->
|
|
<add key="chetakBookTestRideAPIDomian" value="https://api-online.chetak.com/v1.0/"/>
|
|
<add key="chetakBookTestRideAPIClientId" value="ad1e928e-b4b3-4335-953e-7f02a0ad2e44"/>
|
|
<add key="chetakBookTestRideAPIClientSecret" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c"/>
|
|
<!-- end for live-->
|
|
<!--
|
|
<add key="chetakBookTestRideAPIDomian" value="https://api-connect-uat.excellonconnect.com/v1.0/"/>
|
|
<add key="chetakBookTestRideAPIClientId" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c"/>
|
|
<add key="chetakBookTestRideAPIClientSecret" value="3b395214-7b3c-beab-3ce2-5a80e7455b0c"/>-->
|
|
|
|
|
|
<!--Custome Keys End-->
|
|
<add key="EmailReminder.FromAddress" value="name@server.net" />
|
|
<!-- NetSpell directory -->
|
|
<add key="DictionaryFolder" value="/sitecore/shell/controls/rich text editor/Dictionaries/" />
|
|
<add key="Lucene.Net.FSDirectory.class" value="Sitecore.Search.FSDirectory, Sitecore.Kernel" />
|
|
<add key="PageInspector:ServerCodeMappingSupport" value="Disabled" />
|
|
<!-- Telerik keys -->
|
|
<add key="Telerik.AsyncUpload.ConfigurationEncryptionKey" value="44DXKXS256SYSpujee6iyzn53oA5OODVFX5D37U4@" />
|
|
<add key="Telerik.Upload.ConfigurationHashKey" value="44DXKXS256SYSpujee6iyzn53oA5OODVFX5D37U4@" />
|
|
<add key="Telerik.Web.UI.DialogParametersEncryptionKey" value="44DXKXS256SYSpujee6iyzn53oA5OODVFX5D37U4@" />
|
|
<!-- Throttle concurrent requests per session specifies how many requests with same Session ID are allowed to be executed simultaneously. -->
|
|
<add key="aspnet:RequestQueueLimitPerSession" value="25" />
|
|
<!-- SUPPORTED SERVER ROLES
|
|
Specify the roles that you want this server to perform. A server can perform one or more roles. Enter the roles in a comma separated list. The supported roles are:
|
|
|
|
ContentDelivery
|
|
ContentManagement
|
|
ContentDelivery, Indexing
|
|
ContentManagement, Indexing
|
|
Processing
|
|
[Obsolete] Reporting
|
|
Standalone
|
|
|
|
Default value: Standalone
|
|
-->
|
|
<add key="role:define" value="ContentManagement, Indexing" />
|
|
<!-- SUPPORTED SEARCH PROVIDERS
|
|
Specify the search provider that you want this server to use. The supported search providers are:
|
|
|
|
Solr
|
|
|
|
Default value: Solr
|
|
-->
|
|
<add key="search:define" value="Solr" />
|
|
<!-- SUPPORTED MEMBERSHIP CONFIGURATION FOR CONTENT DELIVERY
|
|
Specify the membership configuration that you want this server to use for Content Delivery role. The supported options are:
|
|
|
|
Sitecore
|
|
None
|
|
|
|
Default value: Sitecore
|
|
-->
|
|
<add key="security:define" value="Sitecore" />
|
|
<add key="owin:appStartup" value="Sitecore.Owin.Startup, Sitecore.Owin" />
|
|
<add key="storeSitecoreCountersInApplicationInsights:define" value="False" />
|
|
<add key="useApplicationInsights:define" value="True" />
|
|
<add key="useExshowroomPriceApi" value="False"/>
|
|
</appSettings>
|
|
<sitecore configSource="App_Config\Sitecore.config" />
|
|
<!-- SYSTEM.WEBSERVER
|
|
This section is a ASP.NET configuration section when running in Integrated Mode on IIS7.
|
|
-->
|
|
<location path="sitecore">
|
|
<system.webServer>
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<remove name="X-Content-Type-Options" />
|
|
<remove name="X-XSS-Protection" />
|
|
<remove name="Content-Security-Policy" />
|
|
<add name="X-XSS-Protection" value="1; mode=block" />
|
|
<add name="X-Content-Type-Options" value="nosniff " />
|
|
<add name="Content-Security-Policy" value="default-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' 'unsafe-inline' https://fonts.gstatic.com; upgrade-insecure-requests; block-all-mixed-content;" />
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
|
|
</system.webServer>
|
|
</location>
|
|
<system.webServer>
|
|
<modules runAllManagedModulesForAllRequests="true">
|
|
<add type="Sitecore.DependencyInjection.SitecorePerRequestScopeModule, Sitecore.Kernel" name="SitecorePerRequestScopeModule" />
|
|
<add type="Sitecore.SecurityModel.License.LicenseModule, Sitecore.Kernel" name="SitecoreLicenseModule" />
|
|
<add type="Sitecore.Web.RewriteModule, Sitecore.Kernel" name="SitecoreRewriteModule" />
|
|
<add type="Sitecore.Nexus.Web.HttpModule,Sitecore.Kernel" name="SitecoreHttpModule" />
|
|
<add type="Sitecore.IO.XslWatcher, Sitecore.Kernel" name="SitecoreXslWatcher" />
|
|
<add type="Sitecore.IO.LayoutWatcher, Sitecore.Kernel" name="SitecoreLayoutWatcher" />
|
|
<add type="Sitecore.Configuration.ConfigWatcher, Sitecore.Kernel" name="SitecoreConfigWatcher" />
|
|
<remove name="Session" />
|
|
<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="" />
|
|
<add type="Sitecore.Web.HttpModule,Sitecore.Kernel" name="SitecoreHttpModuleExtensions" />
|
|
<add type="Sitecore.Web.HttpModuleDisabler, Sitecore.Kernel" name="SitecoreHttpModuleDisabler" />
|
|
<add type="Sitecore.Web.XFrameOptionsHeaderModule, Sitecore.Kernel" name="SitecoreXFrameOptionsHeaderModule" />
|
|
<add name="SitecoreAntiCSRF" type="Sitecore.Security.AntiCsrf.SitecoreAntiCsrfModule, Sitecore.Security.AntiCsrf" />
|
|
<remove name="WebDAVModule" />
|
|
<remove name="ApplicationInsightsWebTracking" />
|
|
<add name="TelemetryCorrelationHttpModule" type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation" preCondition="integratedMode,managedHandler" />
|
|
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
|
|
</modules>
|
|
<handlers>
|
|
<add verb="*" path="sitecore_media.ashx" type="Sitecore.Resources.Media.MediaRequestHandler, Sitecore.Kernel" name="Sitecore.MediaRequestHandler" />
|
|
<add verb="*" path="sitecore_xaml.ashx" type="Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory, Sitecore.Kernel" name="Sitecore.XamlPageRequestHandler" />
|
|
<add verb="*" path="sitecore_icon.ashx" type="Sitecore.Resources.IconRequestHandler, Sitecore.Kernel" name="Sitecore.IconRequestHandler" />
|
|
<add verb="*" path="sitecore_temp.ashx" type="Sitecore.Resources.TempRequestHandler, Sitecore.Kernel" name="Sitecore.TempRequestHandler" />
|
|
<add verb="*" path="sitecore_feed.ashx" type="Sitecore.Shell.Feeds.FeedRequestHandler, Sitecore.Kernel" name="Sitecore.FeedRequestHandler" />
|
|
<add verb="*" path="sitecore_handlers.ashx" type="Sitecore.Web.CustomHandlerFactory, Sitecore.Kernel" name="Sitecore.GenericHandler" />
|
|
<add verb="*" path="sitecore_device_simulation.ashx" type="Sitecore.Shell.DeviceSimulation.SimulationRequestHandler, Sitecore.Kernel" name="Sitecore.SimulationRequestHandler" />
|
|
<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />
|
|
<add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" />
|
|
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
|
|
<add name="LoggerHandler" verb="*" path="*.logger" type="JSNLog.LoggerHandler, Sitecore.Logging.Client" resourceType="Unspecified" preCondition="integratedMode" />
|
|
<add name="LoggerHandler-Classic" path="*.logger" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode" />
|
|
<add verb="*" path="*.aspx" type="Sitecore.DependencyInjection.AutowiredPageHandlerFactory, Sitecore.Kernel, Version=8.2.0, Culture=neutral" name="AutowiredPageHandlerFactory" />
|
|
<add verb="*" name="Sitecore.SpeakJS64" path="*/speak/v1/*/*.js" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
|
|
<add verb="*" name="Sitecore.SpeakJS32" path="*/speak/v1/*/*.js" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
|
|
<add verb="*" name="Sitecore.SpeakClassic64" path="sitecore_speak.ashx" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
|
|
<add verb="*" name="Sitecore.SpeakClassic32" path="sitecore_speak.ashx" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
|
|
<add verb="*" path="sitecore_speak.ashx" type="Sitecore.Resources.Scripts.ScriptHandler, Sitecore.Speak.Client" name="Sitecore.Speak" />
|
|
<add verb="*" path="sitecore_expeditor_speak_request.ashx" type="Sitecore.ExperienceEditor.Speak.Server.RequestHandler, Sitecore.ExperienceEditor.Speak" name="Sitecore.ExperienceEditor.Speak" />
|
|
<add verb="*" path="sitecore_expeditor_speak_request_async.ashx" type="Sitecore.ExperienceEditor.Speak.Server.RequestAsyncHandler, Sitecore.ExperienceEditor.Speak" name="Sitecore.ExperienceEditor.Speak.Server.RequestAsyncHandler" />
|
|
</handlers>
|
|
<validation validateIntegratedModeConfiguration="false" />
|
|
<security>
|
|
<requestFiltering>
|
|
<requestLimits maxAllowedContentLength="524288000" />
|
|
</requestFiltering>
|
|
<ipSecurity allowUnlisted="false" denyAction="AbortRequest">
|
|
<clear />
|
|
<add ipAddress="0.0.0.0" subnetMask="0.0.0.0" allowed="true" />
|
|
</ipSecurity>
|
|
</security>
|
|
<httpProtocol>
|
|
<customHeaders>
|
|
<remove name="X-Powered-By" />
|
|
</customHeaders>
|
|
</httpProtocol>
|
|
<rewrite>
|
|
<outboundRules>
|
|
<rule name="Enable CORS for Fonts">
|
|
<match serverVariable="RESPONSE_Access_Control_Allow_Origin" pattern=".*" />
|
|
<conditions>
|
|
<add input="{REQUEST_URI}" pattern="^[^\?]+\.(ttf|otf|eot|woff|woff2|svg)(\?.*)?$" />
|
|
</conditions>
|
|
<action type="Rewrite" value="*" />
|
|
</rule>
|
|
<rule name="Remove RESPONSE_Server">
|
|
<match serverVariable="RESPONSE_Server" pattern=".+" />
|
|
<action type="Rewrite" value="" />
|
|
</rule>
|
|
|
|
<rule name="Add the STS header in HTTPS responses">
|
|
<match serverVariable="RESPONSE_Strict_Transport_Security" pattern=".*" />
|
|
<conditions>
|
|
<add input="{HTTPS}" pattern="on" ignoreCase="true" />
|
|
</conditions>
|
|
<action type="Rewrite" value="max-age=31536000" />
|
|
</rule>
|
|
|
|
</outboundRules>
|
|
|
|
<rewriteMaps configSource="rewritemaps.config" />
|
|
<rules configSource="rewriterules.config" />
|
|
</rewrite>
|
|
<staticContent>
|
|
<mimeMap fileExtension=".webp" mimeType="image/webp" />
|
|
<remove fileExtension=".woff" />
|
|
<remove fileExtension=".woff2" />
|
|
<remove fileExtension=".otf" />
|
|
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
|
|
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
|
|
<mimeMap fileExtension=".otf" mimeType="application/font-otf" />
|
|
<mimeMap fileExtension=".json" mimeType="application/json" />
|
|
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
|
<mimeMap fileExtension=".webm" mimeType="video/webm" />
|
|
<mimeMap fileExtension=".ogv" mimeType="video/ogv" />
|
|
</staticContent>
|
|
</system.webServer>
|
|
<system.web>
|
|
<!-- If requestValidationMode attribute of httRuntime node is set to 2.0,
|
|
Sitecore requires this setting to be set to "false" for Sitecore client to work and it shouldn't be changed.
|
|
You can however set ValidateRequest attribute in the @Page directive to "true" for your layout .aspx files.
|
|
-->
|
|
<pages validateRequest="false">
|
|
<controls>
|
|
<add tagPrefix="sc" namespace="Sitecore.Web.UI.WebControls" assembly="Sitecore.Kernel" />
|
|
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
</controls>
|
|
<namespaces>
|
|
<add namespace="System.Web.Mvc" />
|
|
<add namespace="System.Web.Mvc.Ajax" />
|
|
<add namespace="System.Web.Mvc.Html" />
|
|
<add namespace="System.Web.Routing" />
|
|
<add namespace="System.Linq" />
|
|
<add namespace="System.Collections.Generic" />
|
|
</namespaces>
|
|
</pages>
|
|
<membership defaultProvider="sitecore" hashAlgorithmType="SHA1">
|
|
<providers>
|
|
<clear />
|
|
<add name="sitecore" type="Sitecore.Security.SitecoreMembershipProvider, Sitecore.Kernel" realProviderName="sql" providerWildcard="%" raiseEvents="true" />
|
|
<add name="sql" type="System.Web.Security.SqlMembershipProvider" connectionStringName="security" applicationName="sitecore" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" />
|
|
<add name="disabled" type="Sitecore.Security.DisabledMembersipProvider, Sitecore.Kernel" applicationName="sitecore" />
|
|
<add name="switcher" type="Sitecore.Security.SwitchingMembershipProvider, Sitecore.Kernel" applicationName="sitecore" mappings="switchingProviders/membership" />
|
|
</providers>
|
|
</membership>
|
|
<roleManager defaultProvider="sitecore" enabled="true">
|
|
<providers>
|
|
<clear />
|
|
<add name="sitecore" type="Sitecore.Security.SitecoreRoleProvider, Sitecore.Kernel" realProviderName="sql" raiseEvents="true" />
|
|
<add name="sql" type="System.Web.Security.SqlRoleProvider" connectionStringName="security" applicationName="sitecore" />
|
|
<add name="disabled" type="Sitecore.Security.DisabledRoleProvider, Sitecore.Kernel" applicationName="sitecore" />
|
|
<add name="switcher" type="Sitecore.Security.SwitchingRoleProvider, Sitecore.Kernel" applicationName="sitecore" mappings="switchingProviders/roleManager" />
|
|
</providers>
|
|
</roleManager>
|
|
<profile defaultProvider="sql" enabled="true" inherits="Sitecore.Security.UserProfile, Sitecore.Kernel">
|
|
<providers>
|
|
<clear />
|
|
<add name="sql" type="System.Web.Profile.SqlProfileProvider" connectionStringName="security" applicationName="sitecore" />
|
|
<add name="disabled" type="Sitecore.Security.DisabledProfileProvider, Sitecore.Kernel" applicationName="sitecore" />
|
|
<add name="switcher" type="Sitecore.Security.SwitchingProfileProvider, Sitecore.Kernel" applicationName="sitecore" mappings="switchingProviders/profile" />
|
|
</providers>
|
|
<properties>
|
|
<clear />
|
|
<add type="System.String" name="SC_UserData" />
|
|
</properties>
|
|
</profile>
|
|
<!-- DYNAMIC DEBUG COMPILATION
|
|
Set compilation debug="true" to enable ASPX debugging. Otherwise, setting this value to
|
|
false will improve runtime performance of this application.
|
|
Set compilation debug="true" to insert debugging symbols (.pdb information)
|
|
into the compiled page. Because this creates a larger file that executes
|
|
more slowly, you should set this value to true only when debugging and to
|
|
false at all other times. For more information, refer to the documentation about
|
|
debugging ASP .NET files.
|
|
-->
|
|
<compilation defaultLanguage="c#" debug="true" targetFramework="4.8">
|
|
<assemblies>
|
|
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
|
<add assembly="System.Web.Helpers, Version=3.0.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.Mvc, Version=5.2.4.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.WebPages, Version=3.0.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.Http, Version=5.2.6.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Web.Http.WebHost, Version=5.2.6.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Net.Http.Formatting, Version=5.2.6.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="netstandard, Version=2.0.0.0, Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51" />
|
|
<add assembly="System.Web.Http.Cors, Version=5.2.6.0, Culture=neutral,PublicKeyToken=31BF3856AD364E35" />
|
|
<add assembly="System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
</assemblies>
|
|
</compilation>
|
|
<!-- CUSTOM ERROR MESSAGES
|
|
Set customError mode values to control the display of user-friendly
|
|
error messages to users instead of error details (including a stack trace):
|
|
|
|
"On" Always display custom (friendly) messages
|
|
"Off" Always display detailed ASP.NET error information.
|
|
"RemoteOnly" Display custom (friendly) messages only to users not running
|
|
on the local Web server. This setting is recommended for security purposes, so
|
|
that you do not display application detail information to remote clients.
|
|
-->
|
|
<customErrors mode="Off" />
|
|
<!-- AUTHENTICATION
|
|
This section sets the authentication policies of the application. Possible modes are "Windows", "Forms",
|
|
"Passport" and "None"
|
|
-->
|
|
<authentication mode="None">
|
|
</authentication>
|
|
<!-- IDENTITY
|
|
If this setting is true, aspnet will run in the security context of the IIS authenticated
|
|
user (ex. IUSR_xxx).
|
|
If false, aspnet will run in the security context of the default ASPNET user.
|
|
-->
|
|
<identity impersonate="false" />
|
|
<!-- APPLICATION-LEVEL TRACE LOGGING
|
|
Application-level tracing enables trace log output for every page within an application.
|
|
Set trace enabled="true" to enable application trace logging. If pageOutput="true", the
|
|
trace information will be displayed at the bottom of each page. Otherwise, you can view the
|
|
application trace log by browsing the "trace.axd" page from your web application
|
|
root.
|
|
-->
|
|
<trace enabled="false" requestLimit="50" pageOutput="false" traceMode="SortByTime" localOnly="true" />
|
|
<sessionState mode="InProc" cookieless="false" cookieSameSite="None" timeout="20" sessionIDManagerType="Sitecore.SessionManagement.ConditionalSessionIdManager, Sitecore.Kernel">
|
|
<providers>
|
|
<add name="mssql" type="Sitecore.SessionProvider.Sql.SqlSessionStateProvider, Sitecore.SessionProvider.Sql" sessionType="Standard" connectionStringName="session" pollingEnabled="true" pollingInterval="2" pollingMaxExpiredSessionsPerSecond="0" pollingMaxInstances="1" compression="true" />
|
|
<add name="redis" type="Sitecore.SessionProvider.Redis.RedisSessionStateProvider, Sitecore.SessionProvider.Redis" applicationName="Application" connectionString="session" pollingEnabled="true" pollingInterval="2" pollingMaxExpiredSessionsPerSecond="0" pollingMaxInstances="1" compression="true" connectionPoolSize="1" operationTimeoutInMilliseconds="2000" retryTimeoutInMilliseconds="15000" />
|
|
</providers>
|
|
</sessionState>
|
|
<!-- GLOBALIZATION
|
|
This section sets the globalization settings of the application.
|
|
-->
|
|
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
|
|
<!--
|
|
httpRuntime Attributes:
|
|
executionTimeout="[seconds]" - time in seconds before request is automatically timed out
|
|
maxRequestLength="[KBytes]" - KBytes size of maximum request length to accept
|
|
useFullyQualifiedRedirectUrl="[true|false]" - Fully qualifiy the URL for client redirects
|
|
minFreeThreads="[count]" - minimum number of free thread to allow execution of new requests
|
|
minLocalRequestFreeThreads="[count]" - minimum number of free thread to allow execution of new local requests
|
|
appRequestQueueLimit="[count]" - maximum number of requests queued for the application
|
|
|
|
If you change the maxRequestLength setting, you should also change the Media.MaxSizeInDatabase setting.
|
|
Media.MaxSizeInDatabase should always be less than maxRequestLength.
|
|
-->
|
|
<httpRuntime targetFramework="4.8" maxRequestLength="512000" executionTimeout="600" enableKernelOutputCache="false" relaxedUrlToFileSystemMapping="false" requestValidationMode="4.0" enableVersionHeader="false" requestValidationType="Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator, Sitecore.Kernel" />
|
|
<httpCookies sameSite="None" requireSSL="true" />
|
|
</system.web>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.4.1.9004" newVersion="3.4.1.9004" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.3.0" newVersion="2.0.3.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="ComponentArt.Web.UI" publicKeyToken="9bc9f846553156bb" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2010.1.2637.35" newVersion="2010.1.2637.35" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.7.2.0" newVersion="2.7.2.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="FiftyOne.Foundation" publicKeyToken="e0b3a8da0bbce49c" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.2.17.2" newVersion="3.2.17.2" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.4.9.5" newVersion="1.4.9.5" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.3.2.10" newVersion="1.3.2.10" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.AspNet.Identity.Core" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.AspNet.Identity.Owin" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.AspNet.OData" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-7.0.0.20629" newVersion="7.0.0.20629" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.AspNet.SessionState.SessionStateModule" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Configuration.ConfigurationBuilders.Base" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Configuration.ConfigurationBuilders.Environment" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.Binder" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.CommandLine" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.EnvironmentVariables" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.FileExtensions" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.Ini" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.Json" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Configuration.Xml" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.DependencyModel" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.5.0" newVersion="3.1.5.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.FileProviders.Abstractions" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.FileProviders.Physical" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.FileSystemGlobbing" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.1.14.0" newVersion="3.1.14.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.JsonWebTokens" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Protocols" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Protocols.OpenIdConnect" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Protocols.WsFederation" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Tokens.Saml" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.IdentityModel.Xml" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.3.0.0" newVersion="5.3.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.OData.Core" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-7.5.0.20627" newVersion="7.5.0.20627" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.OData.Edm" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-7.5.0.20627" newVersion="7.5.0.20627" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Host.SystemWeb" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Security.ActiveDirectory" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Security.Jwt" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Owin.Security.OpenIdConnect" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.Common" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Caching" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.ServiceBus" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Spatial" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-7.5.0.20627" newVersion="7.5.0.20627" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Mvp.Xml" publicKeyToken="6ead800d778c9b9f" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.3.0.0" newVersion="2.3.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
|
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Owin" publicKeyToken="f0ebd12fd5e55cc5" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="PdfSharp.Charting" publicKeyToken="f94615aa0424f9eb" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.50.4740.0" newVersion="1.50.4740.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="PdfSharp" publicKeyToken="f94615aa0424f9eb" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.50.4740.0" newVersion="1.50.4740.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Pipelines.Sockets.Unofficial" publicKeyToken="42ea0a778e13fbe2" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Polly" publicKeyToken="c8a3ffc3f8f825cc" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="protobuf-net" publicKeyToken="257b51d87d2e4d67" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.668" newVersion="2.0.0.668" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="RazorGenerator.Mvc" publicKeyToken="7b26dc2a43f6a0d4" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Remotion.Linq" publicKeyToken="fee00910d6e5f53b" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Sitecore.Nexus.Consumption" publicKeyToken="9de34fe2109de40c" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Sitecore.Nexus.Licensing" publicKeyToken="9de34fe2109de40c" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="StackExchange.Redis" publicKeyToken="c219ff1ca8c2ce46" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Configuration.ConfigurationManager" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.4.0" newVersion="4.0.4.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Diagnostics.PerformanceCounter" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.4.0.0" newVersion="5.4.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Interactive.Async.Providers" publicKeyToken="94bc3704cddfc263" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.IO.Packaging" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.1" newVersion="4.0.2.1" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Linq.Async" publicKeyToken="94bc3704cddfc263" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Linq.Async.Queryable" publicKeyToken="94bc3704cddfc263" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Security.AccessControl" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Security.Cryptography.Xml" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Security.Permissions" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Threading.Channels" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Http.Cors" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Http.WebHost" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.WebPages.Deployment" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Telerik.Web.Design" publicKeyToken="121fae78165ba3d4" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2020.3.1021.45" newVersion="2020.3.1021.45" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Telerik.Web.Device.Detection" publicKeyToken="121fae78165ba3d4" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2020.3.1021.45" newVersion="2020.3.1021.45" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2020.3.1021.45" newVersion="2020.3.1021.45" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Telerik.Web.UI.Skins" publicKeyToken="121fae78165ba3d4" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2020.3.1021.45" newVersion="2020.3.1021.45" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebActivatorEx" publicKeyToken="7b26dc2a43f6a0d4" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.AI.Agent.Intercept" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.4.0.0" newVersion="2.4.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.ApplicationInsights" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.5.1.0" newVersion="2.5.1.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="SitecoreApplicationCenter" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:20:00" sendTimeout="00:05:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
|
|
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
|
</binding>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
</system.serviceModel>
|
|
<system.diagnostics>
|
|
<trace autoflush="true" indentsize="0">
|
|
<listeners>
|
|
<add name="myAppInsightsListener" type="Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener, Microsoft.ApplicationInsights.TraceListener" />
|
|
</listeners>
|
|
</trace>
|
|
</system.diagnostics>
|
|
<location path="sitecore/shell">
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="?" />
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="sitecore/admin">
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="?" />
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="App_Config">
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="?" />
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="xsl">
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="?" />
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="sitecore modules/Shell">
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="?" />
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="sitecore modules/debug">
|
|
<system.web>
|
|
<authorization>
|
|
<deny users="?" />
|
|
<allow users="*" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="sitecore/shell/Themes/Standard">
|
|
<system.web>
|
|
<authorization>
|
|
<allow users="?" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="sitecore/shell/controls/Lib">
|
|
<system.web>
|
|
<authorization>
|
|
<allow users="?" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
<location path="sitecore/shell/client/Speak">
|
|
<system.web>
|
|
<authorization>
|
|
<allow users="?" />
|
|
</authorization>
|
|
</system.web>
|
|
</location>
|
|
</configuration>
|