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
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
Look in /App_Data/Logs/ and see if mentions what the underlying error is.
You could also try enabling debugging and tracing in the web.config of your solution.
This might help output any errors to the browser.
and
Thanks
Craig
This was fixed after I gave IUSR and IIS_IUSR permission to IIS folder
is working on a reply...