随笔分类 - ASP
Asp.Net Core报错System.Text.Json.JsonException: A possible object cycle was detected which is not supp
摘要:Asp.Net Core报错:System.Text.Json.JsonException: A possible object cycle was detected which is not supported. This can either be due to a cycle or if th
阅读全文
摘要:原因:HTTP错误404.13 - Not Found 请求筛选模块被配置为拒绝超过请求内容长度的请求,原因是Web服务器上的请求筛选被配置为拒绝该请求,因为内容长度超过配置的值(IIS 7 默认文件上传大小时30M)。 解决方法 1. 修改IIS的applicationhost.config a.
阅读全文