Start a conversation

DotNetNuke Exception: Thread was being aborted

ThreadAbortException happens when the thread serving the request doesn't finish for a long time. The ASP.NET hosting process aborts this thread after certain time. You can adjust that time with:

<system.web>
<httpruntime executionTimeout="600" />


By default the executionTimeout="90" seconds.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Senior Engineer Jessie

  2. Posted
  3. Updated

Comments