IIS & Chrome: failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING

后端 未结 6 1723
感情败类
感情败类 2020-12-06 00:27

I recently came across a Chrome issue which I think is worth sharing it with you.

I worked on a self written API using an HttpHandler which primary should return jso

6条回答
  •  不思量自难忘°
    2020-12-06 00:34

    On the offchance that someone is landing here as a result of issues with their ASP.net Core project, I was able to resolve by adding the IIS middleware.

    This is done by adding UseIISIntegration when instantiating your webhost instance.

提交回复
热议问题