码迷,mamicode.com
首页 > 数据库 > 详细

从配置文件中取出数据库链接字符串的技巧

时间:2016-05-23 17:14:08      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

普通的控制台程序中,可以用以下代码取出数据库链接字符串

1 Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);

而在一些web项目中,可以尝试使用以面代码来取出配置文件中的信息

1 Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.Web.HttpContext.Current.Request.ApplicationPath);

 

从配置文件中取出数据库链接字符串的技巧

标签:

原文地址:http://www.cnblogs.com/huhu583/p/5520355.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!