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)
-
0
Hi,
Can you check the value of customErrors on web.config ? It's value should be "On".