普通的控制檯程序中,能夠用如下代碼取出數據庫連接字符串web
1 Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
而在一些web項目中,能夠嘗試使用以面代碼來取出配置文件中的信息數據庫
1 Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(System.Web.HttpContext.Current.Request.ApplicationPath);