摘要:
public void SaveConfig(string ConnenctionString, string strKey)//写入动态的数据库配置信息 { XmlDocument doc = new XmlDocument(); //获得配置文件的全路径 //获取App.config文件绝对路径 //string strFileName = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase; //这是获... 阅读全文
posted @ 2012-03-07 08:58
windback
阅读(425)
评论(0)
推荐(0)