An error occurred when the request was processed on the remote computer. Error code 0x800704CD

-1

I am trying to deploy an ASP.NET Core 3.1 MVC Application on to Azure App Service. It will initially showed that thet have the socket error 1045. Studio will attempt to resync on its own but will exited out every single time with this stack trace error.

Severity Code Description Project File Line Suppression State Error Web deployment task failed. ((6/29/2020 2:01:29 PM) An error occurred when the request was processed on the remote computer.)

(6/29/2020 2:01:29 PM) An error occurred when the request was processed on the remote computer. The remote host closed the connection. The error code is 0x800704CD.

at `System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)`
   at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
   at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async)
   at System.Web.HttpResponse.Flush()
   at System.Web.HttpWriter.WriteFromStream(Byte[] data, Int32 offset, Int32 size)
   at System.Web.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.BufferedStream.Flush()
   at System.IO.BufferedStream.Dispose(Boolean disposing)
   at System.IO.Stream.Close()
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at System.IO.StreamWriter.Close()
   at System.Xml.XmlTextWriter.Close()
   at Microsoft.Web.Deployment.TraceEventStreamSerializer.Dispose(Stream stream)
   at Microsoft.Web.Deployment.DeploymentAgent.HandleSync(DeploymentAgentAsyncData asyncData, Nullable`1 

passId, String user, String siteName)
       at Microsoft.Web.Deployment.DeploymentAgent.HandleRequestWorker(DeploymentAgentAsyncData asyncData)
       at Microsoft.Web.Deployment.DeploymentAgent.HandleRequest(DeploymentAgentAsyncData asyncData)
       at Microsoft.Web.Deployment.DeploymentAgent.BeginProcessRequest(DeploymentAgentWorkerRequest workerRequest, AsyncCallback callback, Object extraData)    BulkyBook   
    [0][1]
    
    
      [1]: https://i.stack.imgur.com/bBeHs.jpg
asp.net-core-mvc
azure-deployment
azure-appservice
asked on Stack Overflow Jun 29, 2020 by Katie Hoang

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0