读取web.config和app.config配置文件

Posted 方寸之间

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了读取web.config和app.config配置文件相关的知识,希望对你有一定的参考价值。

  app.config:       <add key="Password" value="123456"/>

C#:   string TQpwd = System.Configuration.ConfigurationManager.AppSettings["Password"].ToString();

需要引用  using System.Configuration;

以上是关于读取web.config和app.config配置文件的主要内容,如果未能解决你的问题,请参考以下文章

从 .NET 中的 app.config 或 web.config 读取设置

Web.config 和 App.config 的区别分析

NuGet 包如何包含 app.config 和 web.config 的转换?

.net分布在指定文件夹的web.confgi或者app.config

git 中的 web.config 和 app.config 机器特定设置

使用类库从 web.config/app.config 获取配置设置