摘要:
vs.net 2005中的ConfigurationManager,代替了原来的configurationsettings。用法大概如下,详细的看MSDN 读取配置: ConfigurationManager.AppSettings["MyKey"] 读取数据库的配置(这个估计大家最经常用了) 在web.config中 在程序中如下读取: SqlConnection con = ... 阅读全文
posted @ 2005-05-06 18:11
jackyrong的世界
阅读(6260)
评论(2)
推荐(0)