Results 1 to 4 of 4

Thread: [02/03] Edit App.config

  1. #1

    Thread Starter
    Hyperactive Member csKanna's Avatar
    Join Date
    Dec 2005
    Location
    Tech-Tips-Now.com
    Posts
    339

    [02/03] Edit App.config

    Hi,

    How to edit the App.config file ? Is there any direct way to edit the values in app.config file without using xml classes ?

    please help.

    thanks
    Kanna

  2. #2
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: [02/03] Edit App.config

    i think in [02/03] there is no direct method to modify app.config file without using xml or io related classes
    __________________
    Rate the posts that helped you

  3. #3

    Thread Starter
    Hyperactive Member csKanna's Avatar
    Join Date
    Dec 2005
    Location
    Tech-Tips-Now.com
    Posts
    339

    Re: [02/03] Edit App.config

    Do we have any direct method on v2005 ?
    Kanna

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [02/03] Edit App.config

    Quote Originally Posted by csKanna
    Do we have any direct method on v2005 ?
    Check out the Protected Configuration link in my signature, which should give you an idea. In .NET 1.x I always used an XmlDocument, but you'd have to restart the app for the changes to be used by the app.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width