Use the File Attribute of the. NET configuration File deletemetadata element
Today I am depressed again. I have learned a lot from Orchard!
Web. ConfigAppSettingsA file can be directly referenced by a node. I used to think about how to configure a node that is too swollen?
Essentially, the configuration file of each executable file contains an entry as follows:
<? Xml version = "1.0" encoding = "UTF-8"?>
<Configuration>
<Deleetaskfile = "settings. config">
</AppSettings>
</Configuration>
Where"Settings. config"Is a custom config file which looks something like this:
"Settings. config"Is a user configuration file with the following content:
<Deleetask>
<Add key = "Setting1" value = "This is Setting 1 from settings. config"/>
<Add key = "Setting2" value = "This is Setting 2 from settings. config"/>
<Add key = "ConnectionString" value = "ConnectString from settings. confg"/>
</AppSettings>