摘要: ASP.NET2.0中配置文件的加密与解密- flyinweb 2009-12-04 21:56:56首先添加引用: using System.Web.Configuration;加密操作如下:private void ProtectSection(string sectionName, string provider) { Configuration config = WebConfigurationManager. OpenWebConfiguration(Request.ApplicationPath); Con... 阅读全文
posted @ 2011-10-17 10:49 小锋神 阅读(266) 评论(0) 推荐(0)