Asp.net & c# を使用して Web アプリケーションを開発しています。レポートを生成するために、SQL Server Business Intelligence Development Studio(ssrs) を使用しています。「要求が http ステータス 401 の権限なしで失敗しました」のようなエラーが表示されます。事前に感謝します。実際のエラーは次のとおりです。
ex = {"リクエストは HTTP ステータス 401: Unauthorized で失敗しました。"}
{System.Net.WebException: HTTP ステータス 401 で要求が失敗しました: 権限がありません。Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods() で Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname) で Microsoft.Reporting.WebForms.Internal .Soap.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String methodname) Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection 接続、ProxyMethod1 initialMethod, ProxyMethod
1 retryMethod) で Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID) Microsoft.Reporting.WebForms.ServerReport.EnsureExecutionSession() で Microsoft.Reporting.WebForms.ServerReport.SetParameters (IEnumerable`1 parameters) at Microsoft.Reporting.WebForms.Report.SetParameters(ReportParameter parameter) at Reports_CustomerWtrEff.GetReports(String SampleCodes, String lstSampleCode) in CustomerWtrEff.aspx.cs:line 98}