Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat is error code is 0x80070001? And how can I solve it?
    primarykey
    data
    text
    <p>I'm getting this error on my web service:</p> <blockquote> <p>An error occurred while communicating with the remote host. The error code is 0x80070001</p> </blockquote> <p>The weird thing is that the CPU and memory usage on the server is not high.</p> <p>The detailed error message:</p> <p><strong>Error Message:</strong></p> <blockquote> <p>An error occurred while communicating with the remote host. The error code is 0x80070001.</p> </blockquote> <p><strong>Stack Trace:</strong></p> <pre><code>at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)&lt;br /&gt; at System.Web.Hosting.IIS7WorkerRequest.ReadEntityCoreSync(Byte[] buffer, Int32 offset, Int32 size)&lt;br /&gt; at System.Web.Hosting.IIS7WorkerRequest.ReadEntityBody(Byte[] buffer, Int32 size) &lt;br /&gt; at System.Web.HttpRequest.GetEntireRawContent()&lt;br /&gt; at System.Web.HttpRequest.get_InputStream()&lt;br /&gt; at Service.Upload() in c:\inetpub\path\Service.aspx.cs:line 213 </code></pre> <p><strong>After Google Search:</strong></p> <p><a href="http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/698e2b2b-af59-4848-b041-4fbb11c5bb6b" rel="noreferrer">Thread on Microsoft Forums</a> and I disable the offloading of network card and nothing change :(</p> <p><a href="https://stackoverflow.com/questions/2071863/error-occurred-while-communicating-with-the-remote-host-the-error-code-is-0x800">Question on Stack OverFlow</a> No answers :(</p> <p>How can I fix this problem?</p> <h3>More information</h3> <p><strong>Inner Exception Message:</strong> The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))</p> Very Important <p>This is only happened with a web application, but if I used a web site, nothing happened (no error).</p> <p>And after a lot of research I think this error is caused by the web.config file.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload