"ConfigurationSettings已过时"全面解决方案
摘要:难度:3前期准备:对app.config, web.config文件中配置数据库连接有一定了解。结论VS2003:string connStr=System.Configuration.ConfigurationSettings.AppSettings["SQLCONNECTIONSTRING"];VS2005:string connStr=System.Configuration.Configu...
阅读全文
posted @ 2009-08-19 11:37