如何从ASP.Net中的web.config文件存储和检索连接字符串?

时间:2009-10-24 06:54:13

标签: asp.net

如何在ASP.Net中的web.config文件中存储和检索连接字符串?

1 个答案:

答案 0 :(得分:3)

using System.Configuration;

ConnStr = ConfigurationManager.ConnectionStrings["some Key"].ToString();