I recently deployed a node.js based site into load balanced servers(windows). (Not sure if Node.js or load balancer matters in the case, but want to share the information)
When I hit the url in Chrome, I sometimes get ERR_Connection_Reset error: For example: mysite.com/bower_components/jquery/dist/jquery.js net::ERR_CONNECTION_RESET
But if I try to hit mysite.com/bower_components/jquery/dist/jquery.js in browser, it works. Which means the path doesn't have problem.
When I hit the url in IE, I sometimes get XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.
I've been scratching my head for days, any help will be appreciated!