I need to create a configuration file in a separate folder for my application. The app must read and write to a file the configuration settings every hour at runtime.Can I implement this with System.Configuration classes? If not how can I achive this?Thanks