An error occurred while communicating with the remote host. The error code is 0x80070

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gazanafar
    New Member
    • Jul 2014
    • 1

    An error occurred while communicating with the remote host. The error code is 0x80070

    This exception is occurring with response.Redire ct. the problem occurs at high stress condition, such as the application has been stressed under high volume
    request execution.

    Response.Redire ct(strShoppingC artUrl, true);

    System.Web.Http Exception was caught
    ErrorCode=-2147024809
    Message="An error occurred while communicating with the remote host. The
    error code is 0x80070057."
    Source="System. Web"
    StackTrace:
    at
    System.Web.Host ing.ISAPIWorker RequestInProcFo rIIS6 .FlushCore(Byte[] status,
    Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32
    numBodyFragment s, IntPtr[] bodyFragments, Int32[] bodyFragmentLen gths, Int32
    doneWithSession , Int32 finalStatus, Boolean& async)
    at System.Web.Host ing.ISAPIWorker Request.FlushCa chedR esponse(Boolean
    isFinal)
    at System.Web.Host ing.ISAPIWorker Request.FlushRe spons e(Boolean
    finalFlush)
Working...