原因:在实现IHttpHandler接口时少实现了一个Isreusable属性。在实现IHttpHandler接口的类中,加上protected bool IsReusable { get { return true;}}貌似是这样,你先试试