views:

35

answers:

0

In SQL Server 2005, setting up an anonymous user to view a report was simple (just create a windows user with limited privileges and give that user permission to see the report in IIS). However, in 2008, it seems more complicated. Under my present configuration, users require domain authentication to view reports. There does not seem to be any way to change this in IIS, like there was in 2005.

Is there any way to allow anonymous access to reports in SQL Reporting Services 2008?