About AppSettingReader

  • Thread starter Thread starter Erick
  • Start date Start date
E

Erick

Hi,

Could any explain how AppSettingReader know the right app.config file to
take as
default?

Thanks.
 
The AppSettingReader reads settings from the app.config
file of the currently running executable. To have a
app.config file a project must be an executable type, and
it can only have one app.config file. This file is
compiled into the progname.exe.config file in your debug
directory.
If you are writing a web app, the app.config file is
instead named web.config.

Travis Merkel
Murphy and Associates
 
Back
Top