1
how can I change the app.config file at runtime?
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" />