1
Good afternoon, I’m starting to write mistakes.
In my web config is installed as follows:
Error 404
 <customErrors mode="On" defaultRedirect="~/Erro/Error-404.html">
      <error statusCode="404" redirect="~/Erro/Error-404.html" />         
 </customErrors>
Error 403
 <system.webServer>
    <httpErrors errorMode="Custom">
      <remove statusCode="403" />
      <error statusCode="403" path="/Erro/Error-403.html" responseMode="ExecuteURL" />      
    </httpErrors>
  </system.webServer>
And for the error 500 attempts in various ways but did not succeed!
Someone can help me?
What happens, it displays the error stack or always redirects to the 404?
– Leandro Angelo
it appears the standard error message 500
– Ketlyn Izidorio