I have a user who has developed a simple reporting website using Reporting Services.
This uses anonymous access in IIS, but I need to disable this so that I can pass user credentials through to the SQL Server which runs on the same machine.
However when I disable anonymous access (IIS Manager > ReportServer > Properties > Directory Security > Auth and access control Edit > Enable anonymous access unchecked) the tabs on the webpage, links to the sub-folders and buttons to create new folders, data sources and reports on the homepage all disappear. Although the page itself still loads up.
As soon as I re-enable anonymous access the links return and it works again.
I was thinking this was a permissions issue so added the Everyone group to the Permissions (Read & Execute, List Folder Contents and Read) for the Reports and ReportServer sites in IIS, but still have the same problem.
I'm not really familiar with Reporting Services so am unclear if the problem is there or with IIS (or both).
Any suggestions on how to resolve this would be much appreciated.
Thanks, Matt
This uses anonymous access in IIS, but I need to disable this so that I can pass user credentials through to the SQL Server which runs on the same machine.
However when I disable anonymous access (IIS Manager > ReportServer > Properties > Directory Security > Auth and access control Edit > Enable anonymous access unchecked) the tabs on the webpage, links to the sub-folders and buttons to create new folders, data sources and reports on the homepage all disappear. Although the page itself still loads up.
As soon as I re-enable anonymous access the links return and it works again.
I was thinking this was a permissions issue so added the Everyone group to the Permissions (Read & Execute, List Folder Contents and Read) for the Reports and ReportServer sites in IIS, but still have the same problem.
I'm not really familiar with Reporting Services so am unclear if the problem is there or with IIS (or both).
Any suggestions on how to resolve this would be much appreciated.
Thanks, Matt