Changed value in App.Config dosnt reflected ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Question123
    New Member
    • Feb 2008
    • 41

    Changed value in App.Config dosnt reflected ...

    Hi

    After bulding windows applicaiton i am trying to change app.config and then without building i am not able to get that changed why.In web application it works but why not in widows applciaiton..

    Plz help me..

    Thanks In adavance.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Are you changing the app.config file in the running directory of the program?
    If you change the app.config in the project and don't do a build, it will not copy the newer file over to the bin\ directory, so then if the application is run, it will still have the old file. That would be my most likely suspect.

    Comment

    Working...