Click here to Skip to main content
15,895,779 members

Comments by H. Tony (Top 1 by date)

H. Tony 3-Jan-12 13:07pm View    
Deleted
the problem I encountered was that some one created a List of class Configuration to hold the configuration data for each environment. so I use the serialization part to dump that into a xml file 'config.xml' then I removed the in code configuration and use the deserialization part to read it from config.xml instead. it's quick and simple way to convert a list of in code configuration information into a configuration xml file.