Asp.net reads the web. config file

Source: Internet
Author: User

The Helper home (www.bkjia.com) Tutorial in asp.net will always encounter the need to read the configuration file, usually to read the database connection string, this simple and practical ConfigurationManager. connectionStrings ["OMPDBConn"]. connectionString is enough, but reading a node like authentication is a little troublesome.

One method described in the web configuration file in the sdk is to use System. web. configuration. webConfigurationManager. openMachineConfiguration () to obtain a Configuraton object, which is web. config description.

Note that when calling this OpenMachineConfiguration () function, you must note that if you enter a string. empty, the default configuration file of asp.net is read, which is displayed on my machine:

C: \ Windows \ Microsoft. NET \ Framework \ v2.0.50727 \ Config \ web. config; if "/" is entered, the configuration file of the wwwroot root directory is read, which is generally: C: \ inetpub \ wwwroot \ web. config. that is to say, if you want to read a program that does not follow the directory, you need to pay special attention to this path.

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.