天天看點

asp.net 三層中DAL讀取Web.config

在DAl中添加引用

asp.net 三層中DAL讀取Web.config

;     

添加引用 

using System.Web.Configuration

//擷取Web.Config資料庫連接配接字元串

        private static readonly string SqlConnectionString = WebConfigurationManager.ConnectionStrings["SQLCONNECTIONSTRING"].ToString();