I have SSRS setup and working fine. I can even access them from a web browser. The only problem is that it requires me to log in every time I want to review a report. I need anonymous users to be able to view these reports. Is this possible?
views:
126answers:
3
A:
The easiest solution I've found for my uses of it is to set up automated subscriptions where SSRS pushes the reports to a file share at regular intervals, then I have a web-app front end that has access to the file share where the reports are pushed and the web app dynamically generates a front end for whatever reports are on that file share. This can be fairly easy to design and set up as long as you don't need the reports to be regenerated on the fly, which gets a bit more involved.
BBlake
2009-09-08 11:22:36
A:
I posted a few links that could be helpful here : http://stackoverflow.com/questions/1163960/sql-server-2008-reporting-services-authentication/2364257#2364257
jasoncrider
2010-03-02 15:36:39