asp.net core 上传文件服务器拒绝是为啥?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了asp.net core 上传文件服务器拒绝是为啥?相关的知识,希望对你有一定的参考价值。
上传文件仅有几M~无论用常规form提交还是XMLHTTPREQUEST提交都会出现,几百K文件很少出现,几M基本就无法成功,最近才将项目移植到asp.net core 3.0~有大神帮忙解答么。
前端异常:net::ERR_CONNECTION_RESET或net::ERR_CONNECTION_ABORTED
服务端异常:
Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer: Error: Connection ID "18374686511347007599", Request ID "80000070-0007-ff00-b63f-84710c7967bb": An unhandled exception was thrown by the application.
Microsoft.AspNetCore.Connections.ConnectionResetException: The client has disconnected
---> System.Runtime.InteropServices.COMException (0x800704CD): 企图在不存在的网络连接上进行操作。 (0x800704CD)
--- End of inner exception stack trace ---
at Microsoft.AspNetCore.Server.IIS.Core.IO.AsyncIOOperation.GetResult(Int16 token)
at Microsoft.AspNetCore.Server.IIS.Core.IISHttpContext.ReadBody()
at System.IO.Pipelines.PipeCompletion.ThrowLatchedException()
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result)
............
以上是关于asp.net core 上传文件服务器拒绝是为啥?的主要内容,如果未能解决你的问题,请参考以下文章
使用 axios 从 vue 上传 XML 文件到 asp .net core
将文件上传到 ASP.NET Core 中不同服务器上 wwwroot 之外的文件夹