Where do I find app.config file in .NET framework 4.0 ? To be more elaborative I need that file to edit it, but not able to find the destination of the file.. Please tell me where can I search it for ASAP. Thank you in advance !
Asked
Active
Viewed 1,618 times
1 Answers
2
App.config is named after the application, e.g. if YourApplication.exe has a YourApplication.exe.config then this will be used. (The file is only called app.config in Visual Studio and renamed on build)

Michael Stum
- 177,530
- 117
- 400
- 535
-
1Thank you man, it was of great help, needed it urgently... #Great-full. – 1binary0 Mar 31 '13 at 07:31