i want to change application settings at runtime, here part of it:
<applicationSettings>
<OPCClient.Properties.Settings>
<setting name="Client_Service" serializeAs="String">
<value>http://localhost/test/service.asmx</value>
</setting>
</OPCClient.Properties.Settings>
</applicationSettings>
i want to modify this value, how can i do it?