Server Error in '/csharp' Application.

The request was aborted: Could not create SSL/TLS secure channel.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.

Source Error:


Line 77:     {
Line 78:         ReportGrid.DataSource = FetchReportData(CurrentPage);
Line 79:         ReportGrid.DataBind();
Line 80:     }
Line 81:     /*</Section>*/

Source File: c:\ExigoSample\csharp\Applications\BinaryOrganizationReport\BinaryOrganizationReport.ascx.cs    Line: 79

Stack Trace:


[WebException: The request was aborted: Could not create SSL/TLS secure channel.]
   System.Net.HttpWebRequest.GetResponse() +1751
   System.Data.Services.Client.QueryResult.Execute() +634
   System.Data.Services.Client.DataServiceRequest.Execute(DataServiceContext context, QueryComponents queryComponents) +539
   System.Data.Services.Client.DataServiceQuery`1.GetEnumerator() +23
   System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) +2131
   System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +97
   System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) +19
   System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +208
   BinaryOrganizationReportApplication.BindData() in c:\ExigoSample\csharp\Applications\BinaryOrganizationReport\BinaryOrganizationReport.ascx.cs:79
   BinaryOrganizationReportApplication.Page_Load(Object sender, EventArgs e) in c:\ExigoSample\csharp\Applications\BinaryOrganizationReport\BinaryOrganizationReport.ascx.cs:42
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0