Server Error in '/common/ttms/eng' Application.

The remote server returned an error: (500) Internal Server Error.

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 remote server returned an error: (500) Internal Server Error.

Source Error:


Line 23:             request.ContentType = "application/x-www-form-urlencoded";
Line 24:             string response = "";
Line 25:             var httpResponse = (System.Net.HttpWebResponse)request.GetResponse();
Line 26:             using (var streamReader = new System.IO.StreamReader(httpResponse.GetResponseStream()))
Line 27:             {

Source File: c:\WebApp\Internet2018Prod_Phase2\Internet\common\ttms\eng\Default.aspx    Line: 25

Stack Trace:


[WebException: The remote server returned an error: (500) Internal Server Error.]
   System.Net.HttpWebRequest.GetResponse() +1463
   ASP.default_aspx.Page_Load(Object sender, EventArgs e) in c:\WebApp\Internet2018Prod_Phase2\Internet\common\ttms\eng\Default.aspx:25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
   System.Web.UI.Control.OnLoad(EventArgs e) +61
   System.Web.UI.Control.LoadRecursive() +98
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2650


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