webapi接口上传大文件
通过WebApi或者MVC模式的接口上传文件时,总数报错
413 Request Entity Too Large IIS
404 服务未找到
解决方法:
1. 在web.config文件下找到system.webSever 节点下面增加,maxAllowedContentLenth 文件上传的长度
2. 设置上传文件大小
通过WebApi或者MVC模式的接口上传文件时,总数报错
413 Request Entity Too Large IIS
404 服务未找到
解决方法:
1. 在web.config文件下找到system.webSever 节点下面增加,maxAllowedContentLenth 文件上传的长度
2. 设置上传文件大小