[ReportingService] ReportExecution2005 LogonUser 登陆失败
在使用ReportViewer显示Remote报表时
参照 msdn的例子:
http://msdn.microsoft.com/zh-tw/library/microsoft.reporting.webforms.ireportservercredentials(VS.80).aspx
可是运行不成功
总是LogonUser时失败
System.Web.Services.Protocols.SoapException: 登录失败。 ---> Microsoft.ReportingServices.Diagnostics.Utilities.LogonFailedException: 登录失败。
在 Microsoft.ReportingServices.WebServer.RSCustomAuthentication.LogonUser(String userName, String password, String authority)
在 Microsoft.ReportingServices.WebServer.ReportExecutionService.LogonUser(String userName, String password, String authority)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.ReportingServices.WebServer.ReportExecutionService.LogonUser(String userName, String password, String authority)
请问要如何解决?