There are a bunch of contradictory statements about web.config and .NET Core.
- Places saying it's gone.
- Places saying it was gone but now it's back.
- Places saying that it's no longer necessary, but you can create one manually:
Additionally, I've just deployed a mostly-fresh-out-of-the-box .NET Core app to Azure. In the repository, there's no web.config but when I explore the deployed code in Kudu, there IS a web.config file?
What's going on with web.config in .NET Core? How are you supposed to do non-Custom-App-Configuration stuff? (e.g. HTTP headers and other HTTP level config)