Site shows full error details

Il y a 8 mois
My site shows a full stack trace error message in production although in appsettings.json :
"DisplayFullErrorStack": false,

what do I miss?
Il y a 8 mois
I think you might have environment variable ASPNETCORE_ENVIRONMENT = "Development"
(Either in environment variables or overridden in your web.config)
Il y a 8 mois
Thank you.