Copied to clipboard

Flag this post as spam?

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


  • Jake Platford 7 posts 109 karma points
    Feb 19, 2020 @ 14:25
    Jake Platford
    0

    Umbraco backend error on Plesk

    I'm getting the following error when trying to access the Umbraco backend. I've recently deployed the site to a Plesk server.

    The frontend works as expected, but /Umbraco produces the following.

    umbraco 500 error

    After googling for some time, none of the supposed solutions seem to work. To clarify, I've not changed any of the web.config files, this isn't a problem on my local machine (both the main code solution and the published folder work) so I'm at a bit of a loss.

    Any help would be great

  • Jake Platford 7 posts 109 karma points
    Feb 19, 2020 @ 16:09
    Jake Platford
    100
    <location path="umbraco" allowOverride="false">
    <system.webServer>
      <urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
    </system.webServer>
    <system.web>
      <trust level="Full" />
    </system.web>
    

    Not yet sure if I did this, or Plesk did it during some of the setup automatically, but the above code is a snippet from there. And the below is from my local version

    <location path="umbraco">
        <system.webServer>
            <urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
        </system.webServer>
    </location>
    

    Just swapped it out and it works now!

Please Sign in or register to post replies

Write your reply to:

Draft