Access Denied Error while accesing SSRS Report in Asp.Net page...
-
Hi, I have ReportViewer Control in Asp.Net page that access one SSRS report from report server "XXX". I configured report path and report url and its working fine in local machine. But its giving Access Denied Error when we try to access the page from other machines as follows: "The request failed with HTTP status 401: Access Denied." Scenario: We deployed the ASP.Net application in machine "A", accessing the application from machine "B". And the SSRS report is deployed in Report server machine "C". When we open the application in machine A itself all are working fine. But when we access the application from machine "B", We are able to access the application except the report in the application. Any ideas to get rid of this error? Thanks in Advance :) Shahtech :)
-
Hi, I have ReportViewer Control in Asp.Net page that access one SSRS report from report server "XXX". I configured report path and report url and its working fine in local machine. But its giving Access Denied Error when we try to access the page from other machines as follows: "The request failed with HTTP status 401: Access Denied." Scenario: We deployed the ASP.Net application in machine "A", accessing the application from machine "B". And the SSRS report is deployed in Report server machine "C". When we open the application in machine A itself all are working fine. But when we access the application from machine "B", We are able to access the application except the report in the application. Any ideas to get rid of this error? Thanks in Advance :) Shahtech :)
You might need to look at Kerberos delegation - you are authenticating yourself with the machine at A, but it needs to be able to bounce your authentication on to the machine at C. If you look at the logs on C, you'll probably find access denied for the network user.