SyntaxFix
Write A Post
Hire A Developer
Questions
For a web service hosted in ASP.NET, the configuration property is executionTimeout:
<configuration> <system.web> <httpRuntime executionTimeout="360" /> </system.web> </configuration>
Set this and the thread abort exception will go away :)