reading and writing to app.config file

G

Guest

Hello Everyone,

I am trying to create an application that can read the app.config file of
another application and can makes changes to the app.config file.

so for example if I want to change the connection string of that app.config
that resides in another application, I can easily do so.

Is there any fast way that .net 2.0 provides to accomplish this or someone
has any sample code to do this.

Any help will be apprecaited.

Thanks
 
J

Jesse Houwing

Hello Vinki,
Hello Everyone,

I am trying to create an application that can read the app.config
file of another application and can makes changes to the app.config
file.

so for example if I want to change the connection string of that
app.config that resides in another application, I can easily do so.

Is there any fast way that .net 2.0 provides to accomplish this or
someone has any sample code to do this.

Any help will be apprecaited.

Thanks

You could try to extend the EntLib 3.0 configuration exitor. That way you're
already at 90% :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top