摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleWSTest{ public class ZipUtil ... 阅读全文
摘要:
背景描述:一个C/S的程序,在调用一个B/S项目中的WebSerivce时,报错:The configuration section for Logging cannot be found in the configuration source经过搜索,得知B/S项目的配置文件有问题。解决方法:在B... 阅读全文