asp.net - An existing connection was forcibly closed by the remote host -


we have web application hosted in load balancing server , wcf services hosted in load balancing server. web application connect wcf service authentication , db access. db access done through service. have unit testing application hosted in server. unit testing check major links whether , running or not. if page down trigger email. throwing

"an existing connection forcibly closed remote host "

error. not happening times. randomly getting error. when check stack trace looks below:

"an error occurred while receiving http response http://example.com/services/myservice.svc. due service endpoint binding not using http protocol. due http request context being aborted server (possibly due service shutting down)"

we checked service hosted server logs, iis logs, event logs, not find error. iis app pool recycle config run @ mid night.

it happening randomly. unable reproduce same issue. don't have clue.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -