app.config

  1. A

    Resolved How to share a .exe file to the end user ?

    I know that you have to right click on the solution and go to the bin folder from where you can copy the .exe, dlls and the config file and share it to end users. The issue is that I am storing my database connection code in the appconfig file which has database username and password also. So...
  2. S

    Question app.config data - ConfigurationManager.AppSettings - How to modify and save?

    (this is my first post here,every critic on the form is welcome) my problem is the following, my program has a app.setting with config section that is needed for an extern .dll I'm using. It's working fine but I want to be able to write the section and data in them at runtime, but i can't find a...
Back
Top Bottom