I have implemented the custom authentication in SSRS 2005 using the membership providers. I want to use report viewer to show reports from the report server. But when I do that I get the following error. The error is most probably due to authentication. I read one forum saying that I have to implement IReportServerConnection2 Interface. How do I do that? Can I get some code on this.
- The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/ReportServer/logon.aspx?ReturnUrl=%2freportserver%2fReportExecution2005.asmx">here</a>.</h2> </body></html> --.
-