Java.net.SocketException connection reset error in .net application

前端 未结 4 1404
天涯浪人
天涯浪人 2020-12-21 14:13

We have a n-tier (.net) web application where we have a Web tier -> App tier -> Database.

Everything worked fine until we went for load testing (using jmeter).

4条回答
  •  情歌与酒
    2020-12-21 15:07

    IIS logs were helpful in digging into the root cause. We found that there were network connection exceptions in all the request where we were facing Socket issues.

提交回复
热议问题