About AppSettingReader

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Erick

    #1

    About AppSettingReader

    Hi,

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

    Thanks.


  • Guest's Avatar

    #2
    About AppSettingReade r

    The AppSettingReade r 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.co nfig 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
    [color=blue]
    >-----Original Message-----
    >Hi,
    >
    >Could any explain how AppSettingReade r know the right[/color]
    app.config file to[color=blue]
    >take as
    >default?
    >
    >Thanks.
    >
    >
    >.
    >[/color]

    Comment

    Working...