在iis 错误日志 出现了 Failed to process request.Exception: System.Threading.ThreadAbortException
Message: Thread was being aborted.
StackTrace:    at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
   at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
   at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。
这个一般是由什么引起的,急。

解决方案 »

  1.   

    Exception: System.Threading.ThreadAbortException
    Message: Thread was being aborted.
    跟线程相关,项目中有没有涉及到线程相关的东西
      

  2.   

    看看Event view中是不是有更多信息。
      

  3.   

    当调用线程的Thread.Abort()方法时,就会触发ThreadAbortException异常,检查下有没有哪个地方调用了这个方法?
      

  4.   

    看了程序 好像没什么地方调用线程 什么的地方。而且代码也没什么很特别的地方。网上说的什么repose.redict 什么 多没用到过。