Base solution for your next web application
Open Closed

Error detail not sent by server. #1566


User avatar
0
mihalicz created

In a net new installation of the latest ASP.NET Zero framework, my UserFriendlyException error messages are not being handed over to the UI in the correct format that it's expecting.

Every error popup in the system states "Error detail not sent by server."

Please advise as to the correct way to resolve this issue so that exception messages are rendered correctly in the front-end.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you check the value of customErrors on web.config ? It's value should be "On".