views:

126

answers:

3

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?

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
+1  A: 

Check out this post, it states that anonymous access is no longer supported in SSRS2008, but can still be enabled. What would be easier though is just adding the ssrs site to your local intranet zone in IE, it will then log in automatically.

post

Colin
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