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