Let's go

asp.net C# 获得配置文件AppSettings 的值

using System.Configuration;//导入命名空间

//配置文件 Web.config
<appSettings>
<!--数据连接字符串-->
<add key="SqlConnectionStr" value="server=.;uid=sa;pwd=sa;database=RCCMS"/>
</appSettings>

//在程序里获得配置文件的Key对应的值
System.Configuration.ConfigurationSettings.AppSettings["SqlConnectionStr"];

posted @ 2019-01-16 16:41  chenze  阅读(554)  评论(0编辑  收藏  举报
有事您Q我