小编Den*_*nis的帖子

无法从我的ASP.NET web.config文件中读取<appSetting>值

我想从<appSettings>web.config文件中的部分中检索一个值.钥匙被命名imgServer.

我试过这个,但它不起作用:

Label1.Text = System.Configuration.ConfigurationSettings.AppSettings.Get("imglServer"); 
Run Code Online (Sandbox Code Playgroud)

然后我尝试了:

Label1.Text = ConfigurationSettings.AppSettings["imgServer"];
Run Code Online (Sandbox Code Playgroud)

但这也不起作用.

我究竟做错了什么?

asp.net web-config

1
推荐指数
1
解决办法
6719
查看次数

标签 统计

asp.net ×1

web-config ×1