Say I have a string in a resource file, we'll call it TestKey with a value of
TestValue.
Is there a way to overwrite this in the web.config file?
I.e. The default deployed value is TestValue, but say we needed to change it to
TestValue123 while in production.
I remember doing something similar for another project but can't recall.
Thanks!