基础连接已关闭:服务器关闭了一个本应保持活动状态的连接
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();发现不是前
·
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();就好了
更多推荐
所有评论(0)