Use. NET configuration file appsettings element's file property

Source: Internet
Author: User

Today again depressed, see Orchard really learn a lot of things wow!

Web. config inside the appSettings node can directly refer to a file, before the old think of Microsoft really two, configuration node more swollen?

Essentially, each executable file's configuration file contains a portal that looks like this:

<?xml version= "1.0" encoding= "Utf-8"?>
<configuration>
  <appsettings file= "Settings.config" >
  </appSettings>
</configuration>

where "settings.config" is a custom config file which looks something like this:

where "settings.config" is a user profile, the contents are as follows:

<appSettings>
<add key= "Setting1" value= "This was Setting 1 from settings.config"/>
<add key= "Setting2" value= "This was Setting 2 from Settings.config"/>
<add key= "ConnectionString" value= "connectstring from Settings.confg"/>
</appSettings>

Use. NET configuration file appsettings element's file property

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.