I've installed SSRS on my development machine and everything works as expected - except anyone else who is logged on to my domain can view all of the reports by browsing to http://mymachine/reports. I find it a bit strange that the default behaviour is for everyone on the domain to have access to the reports.
- Am I doing anything wrong here?
- What are the steps I need to follow to ensure that only I am allowed access to the reports?
- And what therefore are the implications for my ASP.NET application that has to access the reports using the ReportViewer control?
On the Report Manager site (http://mymachine/reports > Properties > Security) I see only one group or user - MYDOMAIN\myusername, with all of the possible roles (Browser, Content Manager, My Reports, Publisher, Report Builder).
Any ideas?
EDIT: @davidsleeps : I'm using SSRS 2008 on my dev machine, with SSRS 2005 in production, unfortunately. I thought the security methods would have been transferrable between the two.