ajax请求webservice时抛出终止线程的异常

请求webservice中以下接口,会抛出异常

{"Message":"正在中止线程。","StackTrace":" 在 System.RuntimeMethodHandle._InvokeMethodFast(Object target

这是因为执行了Request.End()方法后,在触发Application_EndRequest事件后,同时会抛出ThreadAbortException异常.

posted @ 2015-05-26 11:10  senki  阅读(555)  评论(0编辑  收藏  举报