//In Global.asax.cs File protected void Application_Start() { ServicePointManager.ServerCertificateValidationCallback = delegate { return true; }; }