R Rob R. Ainscough Jul 31, 2006 #1 Just trying to figure out if I need to include myApp.exe.config when I XCOPY the files to another PC? Rob.
Just trying to figure out if I need to include myApp.exe.config when I XCOPY the files to another PC? Rob.
G Greg Young Jul 31, 2006 #2 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
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
R Rob R. Ainscough Jul 31, 2006 #3 That's what I thought, thanks. Definitely don't want to keep any sensitive data in app exe.config. Rob.
That's what I thought, thanks. Definitely don't want to keep any sensitive data in app exe.config. Rob.
G Greg Young Jul 31, 2006 #4 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
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