How can I create the app.config file programatically on Application startup (if the file doesnot exist)?
                +1 
                A: 
                
                
              
            Since that file is just standard XML, you could just use XmlTextWriter to create it.
                  Josip Medved
                   2009-08-19 11:20:31
                
              
                
                A: 
                
                
              
            I'm not sure, but it's it more appropriate to make your program handle that exception and then use default-values unless there is an app.config?
                  BerggreenDK
                   2009-08-19 11:21:33
                
              
                
                A: 
                
              
            
                  Richard
                   2009-08-19 11:48:41