I'm working with .net framework 4.7.1, often on apis. I'd prefer to not require dba override on every publish for sensitive values in the production config transform (ie. passwords) that I shouldn't have access to. Is there any cleaner way to do this than reading from a file/db/etc. whose path/connection string/etc. is in the transform?
↧