摘要: 1.配置数据库连接 在ASP.NET中配置数据库连接的两种方式: appSettings和connectionStrings 命名空间: 1)appSettings 获取值: 2)connectionStrings 获取值: 使用connectionStrings的好处: 1)可将连接字符串加密,使 阅读全文
posted @ 2016-06-26 14:20 Answer.Geng 阅读(545) 评论(0) 推荐(0) 编辑