1.把context.Response.End();代码换成 HttpContext.Current.ApplicationInstance.CompleteRequest();
2.把context.Response.End();代码放在try {}catch{}finally{ context.Response.End()}中的finally中
1.把context.Response.End();代码换成 HttpContext.Current.ApplicationInstance.CompleteRequest();
2.把context.Response.End();代码放在try {}catch{}finally{ context.Response.End()}中的finally中