Server Error in '/' Application.

The request failed with the error message:
--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.thinkreliability.com/service.asmx">here</a>.</p>
</body></html>

--.

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 failed with the error message:
--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.thinkreliability.com/service.asmx">here</a>.</p>
</body></html>

--.

Source Error:


Line 57:        NextTraining.Service service = new NextTraining.Service();
Line 58:        string nextTraining;
Line 59:        nextTraining = service.DisplayUpcoming();
Line 60:        lHeading.Text = nextTraining;
Line 61: 

Source File: c:\inetpub\vhosts\investigationbasics.com\httpdocs\Introduction.aspx    Line: 59

Stack Trace:


[WebException: The request failed with the error message:
--
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.thinkreliability.com/service.asmx">here</a>.</p>
</body></html>

--.]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +183228
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +221
   NextTraining.Service.DisplayUpcoming() +28
   ASP.introduction_aspx.DisplayNextTraining() in c:\inetpub\vhosts\investigationbasics.com\httpdocs\Introduction.aspx:59
   ASP.introduction_aspx.Page_Load(Object s, EventArgs e) in c:\inetpub\vhosts\investigationbasics.com\httpdocs\Introduction.aspx:50
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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