WEB开发网
开发学院WEB开发ASP.NET .Net2.0读取应用程序配置节 阅读

.Net2.0读取应用程序配置节

 2006-05-08 17:06:40 来源:WEB开发网   
核心提示:方法一:加入名称空间:using System.Configuration;然后string strDbConn = new AppSettingsReader().GetValue("dbconn", typeof(string)).ToString();方法二:添加引用:(system.conf
方法一: 加入名称空间: using System.Configuration;然后 string strDbConn = new AppSettingsReader().GetValue("dbconn", typeof(string)).ToString();方法二: 添加引用:(system.configuration) 加入名称空间 using System.Configuration;string strDbConn = ConfigurationManager.AppSettings["dbconn"]; 其实挺简单的,不要骂我,记下来让别人看看:)

Tags:Net 读取 应用程序

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接