I have an odd problem. I get this random error on a web app in c#, net8:
System.ObjectDisposedException HResult=0x80131622 Message=Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream'.
I have tested this on two workstations and it only happens on one of them. I seems to be random and can occur when the page is open but idle.
I'm not doing anything with keyboard or mouse -- answering phone or getting coffee. Just sitting there and this error pops up. But, again, this only happens on one of the two workstations where I'm running identical code.
Any ideas would be helpful. Thanks.