Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dan Sunesen 45 posts 145 karma points
    Feb 06, 2013 @ 12:45
    Dan Sunesen
    0

    umbDebugShowTrace not working in 4.9.0

    I have already enabled umbracoDebugMode in web.config, as well as in default.aspx.

    What else to do? Nothing shows up when I use ?umbDebugShowTrace=true

     

    Br
    Dan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 06, 2013 @ 19:18
    Jan Skovgaard
    0

    Hi Dan

    Hmm, this should work on 4.9 - could you post your web.config in here? (Of course remember to omit the sensitive parts!)

    /Jan

  • Dan Sunesen 45 posts 145 karma points
    Feb 08, 2013 @ 08:38
    Dan Sunesen
    0

     

    <?xml version="1.0" encoding="utf-8"?>

    <configuration>

      <configSections>

        <section name="DocTypeFieldsets" type="Our.Umbraco.DocTypeFieldsets.Configuration.ConfigSection, Our.Umbraco.DocTypeFieldsets, Version=0.5.1.0, Culture=neutral, PublicKeyToken=null" restartOnExternalChanges="false" />

        <section name="StructureExtensions" type="Our.Umbraco.StructureExtensions.Configuration.ConfigSection, Our.Umbraco.StructureExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" restartOnExternalChanges="false" />

        <section name="urlrewritingnet" restartOnExternalChanges="true" requirePermission="false" type="UrlRewritingNet.Configuration.UrlRewriteSection, UrlRewritingNet.UrlRewriter" />

        <section name="microsoft.scripting" type="Microsoft.Scripting.Hosting.Configuration.Section, Microsoft.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" />

        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

          <section name="umbraco.presentation.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />

        </sectionGroup>

        <section name="clientDependency" type="ClientDependency.Core.Config.ClientDependencySection, ClientDependency.Core" requirePermission="false" />

        <section name="Examine" type="Examine.Config.ExamineSettings, Examine" requirePermission="false" />

        <section name="ExamineLuceneIndexSets" type="UmbracoExamine.Config.ExamineLuceneIndexes, UmbracoExamine" requirePermission="false" />

        <section name="FileSystemProviders" type="Umbraco.Core.Configuration.FileSystemProvidersSection, Umbraco.Core" requirePermission="false" />

        <!-- Added in Umbraco 4.6.2 -->

        <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">

          <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />

          <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />

        </sectionGroup>

        <!-- End of added in Umbraco 4.6.2 -->

        <sectionGroup name="commerce" type="System.Configuration.ConfigurationSectionGroup">

          <section name="catalogConfiguration" type="UCommerce.Infrastructure.Configuration.CatalogConfigurationSection" />

          <section name="runtimeConfiguration" type="UCommerce.Infrastructure.Configuration.RuntimeConfigurationSection" />

          <section name="securityConfiguration" type="UCommerce.Infrastructure.Configuration.SecurityConfigurationSection" />

          <section name="amazonPaymentMethodService" type="UCommerce.Transactions.Payments.Amazon.Configuration.AmazonPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="authorizedotnetPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.AuthorizedotnetPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="braintreePaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.BraintreePaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="dibsPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.DibsPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="ePayPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.EPayPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="eWayPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.EWayPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="googleCheckoutPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.GoogleCheckoutPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="idealIngPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.IdealIngPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="multiSafepayPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.MultiSafepayPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="ogonePaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.OgonePaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="payerPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.PayerPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="payExPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.PayExPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="payPalPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.PayPalPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="sagePayPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.SagePayPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

          <section name="worldPayPaymentMethodService" type="UCommerce.Transactions.Payments.Configuration.WorldPayPaymentMethodServiceConfigurationSection, UCommerce.Transactions.Payments" requirePermission="false" />

        </sectionGroup>

        <section name="syscache" type="NHibernate.Caches.SysCache.SysCacheSectionHandler, NHibernate.Caches.SysCache2" requirePermission="false" />

      </configSections>

      <DocTypeFieldsets configSource="config\DocTypeFieldsets.config" />

      <StructureExtensions configSource="config\StructureExtensions.config" />

      <urlrewritingnet configSource="config\UrlRewriting.config" />

      <microsoft.scripting configSource="config\scripting.config" />

      <clientDependency configSource="config\ClientDependency.config" />

      <Examine configSource="config\ExamineSettings.config" />

      <ExamineLuceneIndexSets configSource="config\ExamineIndex.config" />

      <FileSystemProviders configSource="config\FileSystemProviders.config" />

      <appSettings>

        

        <add key="umbracoConfigurationStatus" value="4.9.0" />

        <add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd,~/ImportService.aspx" />

        <add key="umbracoReservedPaths" value="~/umbraco,~/install/" />

        <add key="umbracoContentXML" value="~/App_Data/umbraco.config" />

        <add key="umbracoStorageDirectory" value="~/App_Data" />

        <add key="umbracoPath" value="~/umbraco" />

        <add key="umbracoEnableStat" value="false" />

        <add key="umbracoHideTopLevelNodeFromPath" value="true" />

        <add key="umbracoEditXhtmlMode" value="true" />

        <add key="umbracoUseDirectoryUrls" value="true" />

        <add key="umbracoDebugMode" value="true" />

        <add key="umbracoTimeOutInMinutes" value="20" />

        <add key="umbracoVersionCheckPeriod" value="7" />

        <add key="umbracoDisableXsltExtensions" value="true" />

        <add key="umbracoDefaultUILanguage" value="en" />

        <add key="umbracoProfileUrl" value="profiler" />

        <add key="umbracoUseSSL" value="false" />

        <add key="umbracoUseMediumTrust" value="false" />

        <add key="umbracoContentXMLUseLocalTemp" value="false" />

        <add key="webpages:Enabled" value="false" />

        <add key="enableSimpleMembership" value="false" />

        <add key="autoFormsAuthentication" value="false" />

        <add key="DAMP_CallImageCropper" value="true" />

        <add key="DAMP_OnlyIfEmpty" value="true" />

        <add key="DefaultCategoryId" value="70" />

        <add key="DefaultProductDefinitionId" value="21" />

        <add key="PimXmlFilePath" value="" />

        <add key="PimImageXmlFilePath" value="" />

        <add key="PimDocumentXmlFilePath" value="" />

      </appSettings>

      <system.net>

        <mailSettings>

          <smtp>

            

          </smtp>

        </mailSettings>

      </system.net>

      <connectionStrings>

        <remove name="LocalSqlServer" />

        <!--<add name="LocalSqlServer" connectionString="server=.\sqlexpress;database=aspnetdb;user id=DBUSER;password=DBPASSWORD" providerName="System.Data.SqlClient"/>-->

      </connectionStrings>

      <system.web>

        <customErrors mode="Off" />

        <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />

        

        <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />

        <xhtmlConformance mode="Strict" />

        <httpRuntime maxRequestLength="10240" executionTimeout="300" requestValidationMode="2.0" />

        <pages enableEventValidation="false">

          <!-- ASPNETAJAX -->

          <controls>

            <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

            <add tagPrefix="umbraco" namespace="umbraco.presentation.templateControls" assembly="umbraco" />

            <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

            <add tagPrefix="umbracoUi" namespace="umbraco.uicontrols" assembly="controls" />

            <add tagPrefix="commerce" namespace="UCommerce.Presentation.Web.Controls" assembly="UCommerce.Presentation" />

          </controls>

        </pages>

        <httpModules>

          <!-- URL REWRTIER -->

          <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />

          <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />

          <!-- UMBRACO -->

          <add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule" />

          <add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule" />

          <!-- ASPNETAJAX -->

          <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <!-- CLIENT DEPENDENCY -->

          <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />

          <add name="PerRequestLifestyle" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule, Castle.Windsor" />

        </httpModules>

        <httpHandlers>

          <remove verb="*" path="*.asmx" />

          <!-- ASPNETAJAX -->

          <add verb="*" path="*.asmx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

          <add verb="*" path="*_AppService.axd" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

          <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />

          <!-- UMBRACO CHANNELS -->

          <add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />

          <add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />

          <!-- CLIENT DEPENDENCY -->

          <add verb="*" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />

          <!-- SPELL CHECKER -->

          <add verb="GET,HEAD,POST" path="GoogleSpellChecker.ashx" type="umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker,umbraco" />

          <add verb="*" path="PaymentRequest.axd" type="UCommerce.Transactions.Payments.PaymentRequestForm, UCommerce" />

          <add verb="*" path="PaymentProcessor.axd" type="UCommerce.Transactions.Payments.PaymentProcessor, UCommerce" />

          <add path="*.xslt" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" />

        </httpHandlers>

        <compilation defaultLanguage="c#" batch="false" targetFramework="4.0" debug="true">

          <assemblies>

            <!-- ASP.NET 4.0 Assemblies -->

            <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />

            <add assembly="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

            <add assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

            <add assembly="System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

            <add assembly="System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />

            <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

            <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

          </assemblies>

          <!-- Added in Umbraco 4.6.2 -->

          <buildProviders>

            <add extension=".cshtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" />

            <add extension=".vbhtml" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" />

            <add extension=".razor" type="umbraco.MacroEngines.RazorBuildProvider, umbraco.MacroEngines" />

          </buildProviders>

          <!-- End of added in Umbraco 4.6.2 -->

        </compilation>

        <authentication mode="Forms">

          <forms name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" />

        </authentication>

        <authorization>

          <allow users="?" />

        </authorization>

        <!-- Membership Provider -->

        <membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">

          <providers>

            <clear />

            <add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" passwordFormat="Hashed" />

            <add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" passwordFormat="Hashed" />

          </providers>

        </membership>

        <!-- added by NH to support membership providers in access layer -->

        <roleManager enabled="true" defaultProvider="UmbracoRoleProvider">

          <providers>

            <clear />

            <add name="UmbracoRoleProvider" type="umbraco.providers.members.UmbracoRoleProvider" />

          </providers>

        </roleManager>

        <!-- Sitemap provider-->

        <siteMap defaultProvider="UmbracoSiteMapProvider" enabled="true">

          <providers>

            <clear />

            <add name="UmbracoSiteMapProvider" type="umbraco.presentation.nodeFactory.UmbracoSiteMapProvider" defaultDescriptionAlias="description" securityTrimmingEnabled="true" />

          </providers>

        </siteMap>

      </system.web>

      <!-- ASPNETAJAX -->

      <system.web.extensions>

        <scripting>

          <scriptResourceHandler enableCompression="true" enableCaching="true" />

        </scripting>

      </system.web.extensions>

      <system.webServer>

        <validation validateIntegratedModeConfiguration="false" />

        <modules runAllManagedModulesForAllRequests="true">

          <remove name="ScriptModule" />

          <remove name="UrlRewriteModule" />

          <remove name="umbracoRequestModule" />

          <remove name="viewstateMoverModule" />

          <remove name="umbracoBaseRequestModule" />

          <remove name="ClientDependencyModule" />

          <!-- Needed for login/membership to work on homepage (as per http://stackoverflow.com/questions/218057/httpcontext-current-session-is-null-when-routing-requests) -->

          <remove name="FormsAuthentication" />

          <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />

          <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />

          <add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule" />

          <add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule" />

          <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add name="ClientDependencyModule" type="ClientDependency.Core.Module.ClientDependencyModule, ClientDependency.Core" />

          <!-- Needed for login/membership to work on homepage (as per http://stackoverflow.com/questions/218057/httpcontext-current-session-is-null-when-routing-requests) -->

          <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />

          <add name="PerRequestLifestyle" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule, Castle.Windsor" />

        </modules>

        <handlers accessPolicy="Read, Write, Script, Execute">

          <remove name="WebServiceHandlerFactory-Integrated" />

          <remove name="ScriptHandlerFactory" />

          <remove name="ScriptHandlerFactoryAppServices" />

          <remove name="ScriptResource" />

          <remove name="Channels" />

          <remove name="Channels_Word" />

          <remove name="ClientDependency" />

          <remove name="SpellChecker" />

          <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

          <add verb="*" name="Channels" preCondition="integratedMode" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco" />

          <add verb="*" name="Channels_Word" preCondition="integratedMode" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco" />

          <add verb="*" name="ClientDependency" preCondition="integratedMode" path="DependencyHandler.axd" type="ClientDependency.Core.CompositeFiles.CompositeDependencyHandler, ClientDependency.Core " />

          <add verb="GET,HEAD,POST" preCondition="integratedMode" name="SpellChecker" path="GoogleSpellChecker.ashx" type="umbraco.presentation.umbraco_client.tinymce3.plugins.spellchecker.GoogleSpellChecker,umbraco" />

          <add verb="*" path="PaymentRequest.axd" preCondition="integratedMode" name="PaymentRequest" type="UCommerce.Transactions.Payments.PaymentRequestForm, UCommerce" />

          <add verb="*" path="PaymentProcessor.axd" preCondition="integratedMode" name="PaymentProcessor" type="UCommerce.Transactions.Payments.PaymentProcessor, UCommerce" />

        </handlers>

        <!-- Adobe AIR mime type -->

        <staticContent>

          <remove fileExtension=".air" />

          <mimeMap fileExtension=".air" mimeType="application/vnd.adobe.air-application-installer-package+zip" />

        </staticContent>

      </system.webServer>

      <system.codedom>

        <compilers>

          <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">

            <providerOption name="CompilerVersion" value="v4.0" />

            <providerOption name="WarnAsError" value="false" />

          </compiler>

        </compilers>

      </system.codedom>

      <runtime>

        <!-- Old asp.net ajax assembly bindings -->

        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

          <dependentAssembly>

            <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />

            <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />

          </dependentAssembly>

          <dependentAssembly>

            <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />

            <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="4.0.0.0" />

          </dependentAssembly>

        </assemblyBinding>

      </runtime>

      <!-- Added in Umbraco 4.6.2 -->

      <system.web.webPages.razor>

        <host factoryType="umbraco.MacroEngines.RazorUmbracoFactory, umbraco.MacroEngines" />

        <pages pageBaseType="umbraco.MacroEngines.DynamicNodeContext">

          <namespaces>

            <add namespace="Microsoft.Web.Helpers" />

            <add namespace="umbraco" />

            <add namespace="Examine" />

          </namespaces>

        </pages>

      </system.web.webPages.razor>

      <!-- End of added in Umbraco 4.6.2 -->

      <commerce>

        <runtimeConfiguration enableCache="true" cacheProvider="NHibernate.Caches.SysCache2.SysCacheProvider, NHibernate.Caches.SysCache2" connectionString="(auto)" />

        <catalogConfiguration defaultCultureCode="en-US" enforceCategoryNameUniquenessWithinCatalogs="true" />

        <securityConfiguration enable="true" />

        <amazonPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Amazon.config" />

        <authorizedotnetPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Authorizedotnet.config" />

        <braintreePaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Braintree.config" />

        <dibsPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Dibs.config" />

        <ePayPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\ePay.config" />

        <eWayPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\eWay.config" />

        <googleCheckoutPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\GoogleCheckout.config" />

        <idealIngPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Ideal-Ing.config" />

        <multiSafepayPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\MultiSafepay.config" />

        <ogonePaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Ogone.config" />

        <payerPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\Payer.config" />

        <payExPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\PayEx.config" />

        <payPalPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\PayPal.config" />

        <sagePayPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\SagePay.config" />

        <worldPayPaymentMethodService configSource="umbraco\ucommerce\configuration\payments\WorldPay.config" />

      </commerce>

      <syscache>

        <!-- Cache catalog objects for 60 mins before refreshing -->

        <cache region="CatalogFoundation" expiration="3600" priority="5" />

        <cache region="MarketingFoundation" expiration="3600" priority="5" />

        <cache region="SecurityFoundation" expiration="3600" priority="5" />

      </syscache>

    </configuration>

     

  • Dan Sunesen 45 posts 145 karma points
    Feb 08, 2013 @ 11:02
    Dan Sunesen
    0

    Do you see any problems?

  • Asif Malik 203 posts 339 karma points
    Feb 08, 2013 @ 18:35
    Asif Malik
    0

    Hi Dan you could try switching on the trace, not 100% sure if the umbraco debug appsetting overrides this

    <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 09, 2013 @ 00:54
    Jan Skovgaard
    0

    Hi Dan

    That's odd..I'm fairly positive that it should just work with the settings you posted above. However do try and enable the trace stuff Asif suggests above.

    And it's not due to a misspelling of ?umbdebugshowtrace=1 is it? :) (I've done this myself a few times...)

    Cheers,
    Jan 

Please Sign in or register to post replies

Write your reply to:

Draft