the registry is a very simple solution and is commonly used for this type of
functionality. it only get more complicated from there...i've known people
to even use named pipes for background communication. anyway, hth.
steve
"SQLScott" <(E-Mail Removed)> wrote in message
news

943AF66-5EFD-4487-AF39-(E-Mail Removed)...
| If I have two apps (one is a standard VB.Net EXE, the other is a VB.Net
| Windows Service).
|
| The EXE is just a UI to configure the settings for the Service. But, each
| one has their own App.Config.
|
| What is the best way to "share" a file so one can write the configuration
| information and the other read it?
|
| I hope this made sense.
|
| --
| Thanks,
|
| Scott