Performance Test

TheMatrix

Member
Joined
Feb 15, 2008
Messages
14
Programming Experience
5-10
Hi,

I have a .NET application installed on a specific server calling a web service on another server. The connection has no problem to call the web service BUT when simulating alote of users using my system (1 users per 5 seconds for about 7 minutes) i get this error on the server having the web service since 1 user using the system will make 1 web service call:

The underlying connection was closed: An unexpected error occurred on a receive.

Is this because the server has an overload? i am losing the connection for some reason, is there something i can set in IIS or in my .NET code?

If you need more details, please let me know?

Thanks
 
Thanks, yeah i found the solution.

Its by overloading a method in the reference.vb file but i am unable to find this file.

I have a new thread open for this.

Thanks again
 
Back
Top