We are load testing a Web API
In the load test we are calling a Web API method repeatedly which calls a web method of another web service. Even with a fewer users (50 user) it give an error message.
The following is the Exception catch by the Web API:
The underlying connection was closed: The message length limit was exceeded.
Is there a solution for the above exception?