Use the File Attribute of the. NET configuration File deletemetadata element

Source: Internet
Author: User

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>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.