Copied to clipboard

Flag this post as spam?

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


  • Phil Whitehouse 2 posts 72 karma points
    Jul 07, 2020 @ 06:37
    Phil Whitehouse
    0

    Server Error in '/' Application.

    Hi everyone, newbie Umbraco user here! I've tried to set up a new Umbraco website today using The Starter Kit and Umbraco Forms (both installed), and happily created some content, but when I preview I get the below error. Can someone please help me? Thanks!

    enter image description here

  • Steve Morgan 1346 posts 4453 karma points c-trib
    Jul 07, 2020 @ 07:55
    Steve Morgan
    0

    Hi Phil,

    Your web config settings are hiding the true error.

    Look for the line:

    <customErrors mode="RemoteOnly" />
    

    And change to:

    <customErrors mode="Off" />
    

    This will now output the full error, if it still doesn't help post it here and we can help

  • Phil Whitehouse 2 posts 72 karma points
    Jul 15, 2020 @ 00:57
    Phil Whitehouse
    0

    Many thanks for your offer to help...I couldn't work out how to do what you suggested, and decided to explore the Uno path which was successful. So I'm all good for now.

    Thanks again!

    Phil

Please Sign in or register to post replies

Write your reply to:

Draft