asp.net web api2 - JMeter stress testing - server error is "The remote host closed the connection. The error code is 0x800704CD" -


when try stress load asp mvc web api 2 jmeter - error occurred in server side. here server error:

2015-07-20 16:11:02.2636 error 81 system.web.httpexception (0x800704cd): remote host closed connection. error code 0x800704cd.    @ system.web.hosting.iis7workerrequest.raisecommunicationerror(int32 result, boolean throwondisconnect)    @ system.web.hosting.iis7workerrequest.explicitflush()    @ system.web.httpresponse.flush(boolean finalflush, boolean async)    @ system.web.httpwriter.writefromstream(byte[] data, int32 offset, int32 size)    @ system.io.streamwriter.flush(boolean flushstream, boolean flushencoder)    @ myapp.export.impl.myexport.export[t,v](stream stream, func`2 transferfunc)    @ myapp.controllers.mycontroller.<>c__displayclass3.<myreturnresponse>b__0(stream outputstream, httpcontent httpcontent, transportcontext transportcontext) 

jmeter give me error :

java.net.socketexception: connection reset 

i read lot of information it. there assumptions proxy server , et al. give me advice or solution these errors? may jmeter closing content downloading? lot!

p.s.: read article the remote host closed connection. error code 0x800704cd

edited : completed test on azure vm , passed successful!

check component between jmeter , server:

  • firewall biggest suspect

  • load balancer


Comments