【发布时间】:2011-08-04 07:10:24
【问题描述】:
我正在尝试使用
读取配置文件ConfigurationManager.ConnectionStrings
但它在 vs2010 中不可用。
ConfigurationSettings 不读取 connectionstring 部分。
谁能提供一些帮助?
【问题讨论】:
标签: asp.net vb.net configuration web-config app-config
我正在尝试使用
读取配置文件ConfigurationManager.ConnectionStrings
但它在 vs2010 中不可用。
ConfigurationSettings 不读取 connectionstring 部分。
谁能提供一些帮助?
【问题讨论】:
标签: asp.net vb.net configuration web-config app-config
您需要添加对System.Configuration 的引用。
【讨论】: