0

I have a 2008 reporting services server installed on windows 2003 server. I am trying to allow anonymous access to the report builder folder so that my users do not have to select the remember password option when they login, if they are wanting to use the report builder.

All I have found so far is that I should be able to do this with the IIS manager, but that only seems to work for reporting services 2005. Reporting services 2008 does not show up in the IIS manager, enabling anonymous access seems to be hidden somewhere else.

How do I enable anonymous access to report builder in reporting services 2008?

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
Rob White
  • 463
  • 8
  • 16

2 Answers2

1

Authentication methods for Reporting Services in 2008 are all handled by a file called RSReportServer.config. See: http://msdn.microsoft.com/en-us/library/cc281309.aspx for details.

MattB
  • 11,124
  • 1
  • 29
  • 36
0

I do not know for report builder but seems like Report Server 2008 (access to reports stored on Report Server) does not allow any more anonymous.

Here is link for MSN Blog about RS and Anonymous access

Here is programmer's side of story

adopilot
  • 1,501
  • 6
  • 25
  • 40