Copied to clipboard

Flag this post as spam?

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


  • Barns Anderson 3 posts 73 karma points
    Jul 26, 2016 @ 09:58
    Barns Anderson
    0

    Umbraco 7.4.3 Deployment Error

    Hello everyone,

    My first post so please be gentle, ;-P.

    I'm developing an Umbraco site and thought I would test the deployment process because I want to be prepared for the go live in September.

    So I'm running my project from visual studio with Umbraco 7.4.3 and I keep getting the following error when I deploy to a single web server.

    Server Error in '/' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:

    Line 85: sessionState mode="InProc" customProvider="DefaultSessionProvider"

    Source File: C:\inetpub\wwwroot\emanuelalumni\web.config Line: 85

    I have done a lot of reading around this and found that this can be a problem when you use virtual directories but I am not using these in IIS.

    Any help would be very much appreciated.

    All the best,

    Barns

  • Barns Anderson 3 posts 73 karma points
    Jul 26, 2016 @ 10:13
    Barns Anderson
    0

    From further research it looks like this would happen when there is a conflicting web config file but as far as I can tell this is not the case.

  • David Hutson 48 posts 379 karma points
    Jul 26, 2016 @ 12:36
    David Hutson
    0

    When I've seen this error in the past it is usually to do with App Pool configuration.

    Have you checked that the IIS Application Pool you have setup against the site in IIS is running against version 4.0 of .Net Framework and the managed pipeline is set to Integrated?

  • Barns Anderson 3 posts 73 karma points
    Aug 03, 2016 @ 11:39
    Barns Anderson
    0

    Hi David, many thanks for you reply. I had my app pool set to these settings already.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies