0
admin@SYNTAQ created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 8.8
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? .Net Core
Hi,
We are always being directed to detailed developer error messages and not the Custom error page. Web.config error setting is as below. Any suggestions as to why we are still getting detailed develoer error messages?
The errors in question are unhandled errors thrown by the API
<customErrors mode="On" defaultRedirect="Error"> </customErrors>
1 Answer(s)
-
0
Hi @admin@syntaq
Can you please check if your environment is
Production
notDevelopment
, and you published your project inRelease Mode
notDebug Mode