Patrick
Publish Profile Error
web.config doesn't load into ASP.NET Core. You need to set an environment variable on the machine or use appsettings or explicitly configure a configuration source.
If you're using IIS, you need to let the app pool load the website, and let IIS set the environment variable with the web.config as you have done. You do not manually load up the executable.
7 replies