Is there any way to keep the particular section of config file in another file and reference it? \[code\] <configuration> <appSettings> <add key="LogConfigXMLPath" value="http://stackoverflow.com/questions/12782178/D:/IIS_CODE/virtualworkspace/LogConfig.xml"/> <add key="ErrorLoggerName" value="http://stackoverflow.com/questions/12782178/ErrorLogger"/> <add key="CouchDBHost" value="http://stackoverflow.com/questions/12782178/ctsintbmvstcdb"/> <add key="CouchDBPort" value="http://stackoverflow.com/questions/12782178/5984"/> <add key="CouchDBBaseDatabase" value="http://stackoverflow.com/questions/12782178/virtualworkplace"/> </appSettings> </configuration>\[/code\]Whether is there any possible way to reference this kind of code?