Site shows full error details

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

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