标签: asp.net vb.net configuration web-config app-config
我正在尝试使用
ConfigurationManager.ConnectionStrings
但在vs2010中不可用。
ConfigurationSettings 未读取 connectionstring 部分。
connectionstring
有人可以提供一些帮助吗?
答案 0 :(得分:1)
您需要添加对System.Configuration的引用。
System.Configuration