ASP.NET XP系统遇到报错The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.但是win7系统就没问题。

发现不是前端的问题而是后端的问题。
将后端代码context.Response.Close();改为context.Response.End();就好了

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐