Changing Settings.settings when assembly is in GAC
How can I modify a key (scope=application) in a Settings.settings configuration file of a class library that was deployed in GAC without having to recompile and reisntall the project assembly? Where is this file located when we deploy the assembly in GAC?
tks.
|