Site shows full error details

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

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