Depends if you have custom settings or info for the loader etc in that file.
You can deploy an app without the .exe.config file but obviously it won't be
read.
Cheers,
Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung
> Just trying to figure out if I need to include myApp.exe.config when I
> XCOPY the files to another PC?
>
> Rob.
Rob R. Ainscough - 31 Jul 2006 18:17 GMT
That's what I thought, thanks. Definitely don't want to keep any sensitive
data in app exe.config.
Rob.
> Depends if you have custom settings or info for the loader etc in that
> file.
[quoted text clipped - 12 lines]
>>
>> Rob.
Greg Young - 31 Jul 2006 19:13 GMT
Yeah its probably a bad place for sensitive data (frankly anywhere on a
client machine is a relatively poor place to keep sensitive data).
Cheers,
Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung
> That's what I thought, thanks. Definitely don't want to keep any
> sensitive data in app exe.config.
[quoted text clipped - 17 lines]
>>>
>>> Rob.