Hi,
The better approach would be to use Application Settings (see .net help
topics).

Signature
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
>I have an app.config that looks like this:
>
[quoted text clipped - 21 lines]
> Thanks,
> John
deangelj - 31 Aug 2006 13:09 GMT
Hi Miha,
Not sure how this would help. I'm using the file= syntax so I can share the
config file between 3 different apps that I'm shipping. I can embed the
settings in specific config files per app but then I need to update all 3.
How does Application Settings help me in this case?
thanks,
John
> Hi,
>
> The better approach would be to use Application Settings (see .net help
> topics).