I am developing a new site in asp.net (c#) and sometimes I get an Error 101 (net::ERR_CONNECTION_RESET) in Chrome. If I then open "Tools" in Chrome and clear the browsing data and reload the page, everything seems to work again. I experience this error from time to time but have not been able to identify why I am getting the error nor a pattern.
I have tried setting customErrors=off but the errorpage is never shown.
Any help on how to debug the error is much appreciated!
thanks Thomas