How to change default application scope settings?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm having a .NET 2.0 application with an application-scoped setting with a default value. Now I'd like to change this settings before starting the application (not in the source). How can I achieve this? I didn't find any file and in the .NET 2.0 configuration tool there's no possiblity to change the settings. I already added the assembly to the GAC and I tried to configure it with the configuration tool. Thanks in advance, Tobias