I keep running into this error message while debugging a .Net application:
"A transport-level error has occurred when receiving results from the server. (provider: Session Provider, error: 19 - Physical connection is not usable)" It is not branch-specific, and I encounter it whether I am pointing to the development database or production database. My IIS settings, network settings are identical to the other developers. We have tried replacing the network card, turned off wifi on my computer, and validated that I do not have any packet loss or unusual latency.
I encounter this while using my local sites hosted with IIS. I can interact with the website for five to ten minutes without encountering the error, or I can interact with it for one minute and it pops up. After the error shows, it then shows almost every time I try to interact with the site.
I have tried disabling/reenabling IIS, upgrading to Windows 10, updating SSMS
This is unique because the other developers are not experiencing this issue even with the same development branch. I have tried recycling the app pool and it does nothing.
Any ideas on how to solve this? Thanks