随笔分类 - ASP
Asp.Net Core报错System.Text.Json.JsonException: A possible object cycle was detected which is not supp
发表于 2021-06-11 17:00阅读次数:274评论次数:0
摘要: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
阅读全文 »
发表于 2021-05-10 10:50阅读次数:641评论次数:2
摘要:原因:HTTP错误404.13 - Not Found 请求筛选模块被配置为拒绝超过请求内容长度的请求,原因是Web服务器上的请求筛选被配置为拒绝该请求,因为内容长度超过配置的值(IIS 7 默认文件上传大小时30M)。 解决方法 1. 修改IIS的applicationhost.config a.
阅读全文 »