Base solution for your next web application
Open Closed

Custom Errors #10353


User avatar
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)
  • User Avatar
    0
    musa.demir created

    Hi @admin@syntaq

    Can you please check if your environment is Production not Development, and you published your project in Release Mode not Debug Mode