Copied to clipboard

Flag this post as spam?

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


  • Lasse Jørgensen 6 posts 76 karma points
    Sep 23, 2019 @ 11:44
    Lasse Jørgensen
    0

    web.config Error - AppSettings

    I receive an error message when I run my Umbraco site.

    Parser Error Message: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using

    This happens in this line:

    thanks in advance

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Sep 23, 2019 @ 17:23
    Shaishav Karnani from digitallymedia.com
    0

    Hi Lasse,

    Umbraco runs ASP.NET 4.5 Full-Trust mode.

    Does your hosting have permissions to it?

    Cheers,

    Shaishav

  • Lasse Jørgensen 6 posts 76 karma points
    Sep 25, 2019 @ 12:01
    Lasse Jørgensen
    0

    Hi Shaishav, Thanks for prompt answer. When I check IIS .Net trus Leves i see: this - enter image description here

    Best regards Lasse

  • AddWeb Solution Pvt. Ltd 109 posts 360 karma points
    Sep 24, 2019 @ 06:23
    AddWeb Solution Pvt. Ltd
    0

    Hello,

    Please let me the following 1. What line is the error? 2. How did you install umbraco into your project?via Nuget or download from the umbraco website and manually setup in to visual studio??

    Thanks

  • Lasse Jørgensen 6 posts 76 karma points
    Sep 25, 2019 @ 11:55
    Lasse Jørgensen
    0

    I have not installed web project myself.

    1. I have a running webhome that I want to copy to a test version.

    2. I have created a new webhome on IIS and copied all files from the running / existing web to the new one.

    It is the new web.config file that gives the following Parser Error in LINE 40:

    Parser Error Message: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using

    Here is the line 40:

    <appSettings>
    <!-- 
      Umbraco web.config configuration documentation can be found here:
      http://our.umbraco.org/documentation/using-umbraco/config-files/#webconfig
      -->
    <add key="umbracoConfigurationStatus" value="7.5.14" />
    <add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd" />
    <add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/ucommerceapi" />
    <add key="umbracoPath" value="~/umbraco" />
    <add key="umbracoHideTopLevelNodeFromPath" value="true" />
    <add key="umbracoUseDirectoryUrls" value="true" />
    <add key="umbracoTimeOutInMinutes" value="20" />
    <add key="umbracoDefaultUILanguage" value="dk" />
    <add key="umbracoUseSSL" value="false" />
    <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
    <add key="webpages:Enabled" value="false" />
    <add key="enableSimpleMembership" value="false" />
    <add key="autoFormsAuthentication" value="false" />
    <add key="log4net.Config" value="config\log4net.config" />
    <add key="owin:appStartup" value="UmbracoDefaultOwinStartup" />
    <add key="Umbraco.ModelsBuilder.Enable" value="true" />
    <add key="Umbraco.ModelsBuilder.ModelsMode" value="PureLive" />
    <add key="Raven/AnonymousAccess" value="All" />
    

Please Sign in or register to post replies

Write your reply to:

Draft