Server Error in '/' Application.

The request failed with HTTP status 401: Unauthorized.

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 HTTP status 401: Unauthorized.

Source Error:


Line 264:        [return: System.Xml.Serialization.XmlElementAttribute("executionInfo")]
Line 265:        public ExecutionInfo LoadReport(string Report, string HistoryID) {
Line 266:            object[] results = this.Invoke("LoadReport", new object[] {
Line 267:                        Report,
Line 268:                        HistoryID});

Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\31f9b43c\5880168d\App_WebReferences.l6dksars.1.cs    Line: 266

Stack Trace:


[WebException: The request failed with HTTP status 401: Unauthorized.]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +237343
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +273
   xfreport.ReportExecutionService.LoadReport(String Report, String HistoryID) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\31f9b43c\5880168d\App_WebReferences.l6dksars.1.cs:266
   RenderDataSheet.Page_Load(Object sender, EventArgs e) in d:\web-sites\EXFAuctions\RenderDataSheet.aspx.cs:49
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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