Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello,

I have developed rdl report. Its displaying in reportviewer when report project was deployed to iis.

ReportViewer1.ProcessingMode = ProcessingMode.Remote;
ServerReport serverReport = ReportViewer1.ServerReport;
serverReport.ReportServerUrl = new Uri("http://localhost/reportserver");
serverReport.ReportPath = "Project1/Report1";

When i have to access this report on live which files i have to copy to the server. I used my live website url at TargetServerURL property to deploy, but its giving document moved errors. How can i deploy report project to live. Can you suggest any solution for this.

Thanks
Posted
Updated 11-Sep-13 3:59am
v2

1 solution

let try this:
1. you to report manager of live server add user that you want to deploy. liveserver\youruser
2. grant all permission for that user.
3. go to deploy for your report

i recommend you shuold you integration authentication and domain are the same of two computer.

I have done this with the same domain.
 
Share this answer
 
v2
Comments
Mada Naga Sankar 12-Sep-13 2:42am    
Its not working. Can you tell me any other process to deploy reports to server.
Mada Naga Sankar 12-Sep-13 3:02am    
Here just i uploaded rdl file to reportserver folder on live server and i am trying to access. Is it right?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900