C# why App.config is copied to my debug and release folder after build?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-05-27T13:45:05Z Indexed on 2010/05/27 13:51 UTC
Read the original article Hit count: 293

Filed under:
|

I am using Visual Studio 2008 professional, C#. I found the App.config file is copied into the bin\debug and bin\release folder. Is that by default? I thought the XXX.exe.config file will be the only configuration file for a project.

  1. Is it safe to release our applicaion without the App.config?
  2. if yes, how to ask VS2008 to stop copy that file after build?

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET