Copied to clipboard

Flag this post as spam?

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


  • Jalle007 8 posts 75 karma points
    Nov 27, 2017 @ 17:53
    Jalle007
    0

    Why am I getting blank page on user/content site ?

    I have Umbraco website up and running. Everything works fine except user site.

    It produces just a blank page and error in console: "The character encoding of the plain text document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range...."

    My hosts file and IIS web site all have redirect : 127.0.0.1 dev.harmonize.local

    Although I am able to access admin panel and publish the content, the user pages are not there. opening dev.harmonize.local gives me just 500 internal server error

    Any help is appreciated

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Nov 28, 2017 @ 09:00
    Dan Diplo
    0

    Look in /App_Data/Logs/ and see if mentions what the underlying error is.

  • Craig Mayers 164 posts 508 karma points
    Nov 28, 2017 @ 10:46
    Craig Mayers
    0

    You could also try enabling debugging and tracing in the web.config of your solution.

    This might help output any errors to the browser.

    <compilation defaultLanguage="c#" debug="true" />
    

    and

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

    Thanks

    Craig

  • Jalle007 8 posts 75 karma points
    Nov 28, 2017 @ 12:11
    Jalle007
    0

    This was fixed after I gave IUSR and IIS_IUSR permission to IIS folder

Please Sign in or register to post replies

Write your reply to:

Draft