When I publish my ASP .Net Core 1.1 MVC web app, I see the Publish folder contain a Config.web file, where I can set "stdoutLogEnabled", etc. However, while developing I don't see this file at all - it looks like it's being generated when publishing... How can I therefore set the variables in this file without having to manually edit the file after each publish?
↧