Possible Duplicate:
How do you embed app.config in C# projects?
I'm using app.config file for connection string configuration, also i'm using Enterprise Library for Logging that, so my app.config file includes some valuable data, and i want to hide them from end user, is there any way(for example putting app.config in exe) for hiding this data?