摘要: 在解决方案中增加一窗口选择xml文件,并将名称改为app.config.其内容设置如下: <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="source" value="Server=localhost;uid=sa;pwd='fang';database=khgx;" /> </appSettings> </configura 阅读全文
posted @ 2011-04-26 11:33 小锋神 阅读(5182) 评论(0) 推荐(0) 编辑