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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top