How can I change the app.config file at run time?
I want to change the connection string:
<add name="WiconEstoqueDataContextConnectionString" connectionString="User Id=USER;Password=PASS;Host=HOST;Database=wicon_estoque;Persist Security Info=True" />