I\'m getting the following error in logs for WebAPI
System.Web.HttpException (0x800703E3): The client disconnected. at System.Web.Hosting.IIS7Wor
try { // Open Connection // Do stuff } catch (HttpException ex) { // Log it? // Ignore it? // Do what you want with it? } finally { // Close connection }