Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am new to SSRS. I want to access SSRS report from my form authenticated website without authentication in SSRS.

Do i need to do any additional code achieve this. Please help me to come out of this.
Posted

1 solution

You don't need additional code to do this. You need to setup SSRS and the report to allow anonymous access. This is not recommended and the ideal way to achieve this is to create a service account that your application will use to access and authenticate against SSRS. I strongly recommend talking to your DBA or system administrator about this. If you need more help on this, I would suggest searching the MSDN articles for SSRS security or check out Microsoft Virtual Academy.
 
Share this answer
 

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