Server Error in '/' 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 37:         String apiCallUrl = "http://bassfantasy.wordpress.com/faq/";
Line 38:         WebRequest webrequest = WebRequest.Create(apiCallUrl);
Line 39:         WebResponse resp = webrequest.GetResponse();
Line 40:         //webrequest.ContentType = "text/xml";
Line 41: 

Source File: c:\Workspace\BASS\FAQ.aspx.cs    Line: 39

Stack Trace:


[WebException: The request was aborted: Could not create SSL/TLS secure channel.]
   System.Net.HttpWebRequest.GetResponse() +1711
   FAQ.Page_Load(Object sender, EventArgs e) in c:\Workspace\BASS\FAQ.aspx.cs:39
   System.Web.UI.Control.OnLoad(EventArgs e) +103
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1385


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