ASPNETCORE_ENVIRONMENT
marcel. w
1
Reputation point
Hello, a Blazor Server Project which runs on a Azure WebApp with KeyVault Secret. But there is an ASPNETCORE_ENVIRONMENT ERROR which says set the ASPNETCORE_ENVIRONMENT to Development, but it is already set to Development!
The error is just on the public Azure version, the loccalhost version works fine!
Any idee what to config.
launchSettings.json
"Proj_UserProfil_": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
Sign in to answer