The question is simple: Can I see the stored values of my application configuration? Not at running time.
The only thing I see in app.config is this:
<setting name="myvariable" serializeAs="String">
<value />
</setting>
In my code I did a Save()
but why I can't see the values in the file?