keepalive

How does IIS / ASP.NET handle dead connections? (no HTTP Keep-Alive in effect)

Can IIS / ASP.NET make use of the TCP keepalive option to detect dead connections? Note that these connections do not have the HTTP Keep-Alive option in effect. These are connections, just abandoned by the clients, leaving IIS / ASP.NET threads hanging, waiting for data. Are there mechanisms in place by which IIS / ASP.NET handles such s...

Does IIS / ASP.NET make use of TCP keepalive option? (this question is not about the HTTP Keep-Alive)

Does IIS / ASP.NET make use of TCP keepalive option? What are the config parameters that affect it's use? Please note that this question is not about the HTTP Keep-Alive option. ...

Should I put KeepAlive inside my finally block?

So this tells me that I should put a GC.KeepAlive at the end of my code to keep my mutex open (to prevent multiple instances of my app happening due to early GC disposal of my mutex). But should I put the KeepAlive in my finally block or at the end of my try block? ...

System.Net.WebException: The request was aborted: the request was cancelled.

hello, I have a WCF service that has been giving me this error under load conditions (and I cant seem to recreate the error otherwise). we've been trying to find a way aroud it for about a week now with no such luck.. actually, the error I see has two parts to it, System.ServiceModel.CommunicationException: An error: (The request ...