I have published my Blazor application to local IIS using Release configuration settings.
I have an appsettings.Release.json file which is included in the published folder, but the values in appsettings.Release.json are not being used in the published application.
I have already added ASPNETCORE_ENVIRONMENT value to Release for ApplicationHost.Config in the respective IIS Website.
How do I set the published application to "Release"?
