IIS 7.5 throws sc-win32-status: 995 after 60 seconds on web service (ASMX) request
问题 I have a Web Application in .NET 4.0 Integrated mode calling a web service (ASMX) in .NET 2.0 Integrated mode on the same server via localhost. 9 out of 10 times all works fine, but occasionally the Web Application get's a "Request timed out" and "Thread was being aborted" error during the call. It gives the error on the last line of this code example: Dim Service As New localhost.Service Dim Input As New localhost.InputProduct Dim Ret As New localhost.OutputProduct Try Ret = Service