HttpContext.Current.Response.IsClientConnected is not working in IIS6 (Windows Server 2003 sp2 with full updates)and always returns "true" even when process is completed. I have checked the same deployment on IIS7 & it works fine(returns false when request is aborted or completed). I have searched the issue on internet, issue exists for many other users, but no resolution found. Is there any IIS setting or I am missing something here? Please help.
↧