Reporting Services 2008: Virtual directories not visible in IIS7

sql-server-2008ssrswindows-server-2008

I'm having some problems with Reporting Services on Windows Server 2008 Standard.

I've installed server 2008 as a standalone webserver (with roles/features of an web application server). On top of that, I've installed Sql Server 2008 Standard with Reporting Services (and the rest of the BI tools).

Problem is, I want to modify the rights on the virtual directories. However, the virtual directories aren't appearing in IIS 7 management tool.

I can connect to reporting services, albeit only with the local windows admin account. I can download Report Builder fine from an session on the server (but not from any clients).

I've tried removing the default website from IIS, and that stops the reporting services website from working.

The machine (a VM) isn't for production use – it's used on a closed network internally for testing and development purposes. I need to be able to let my fellow developers login without a password, and they must be able to install ReportBuilder 2.0. Must not be linked to a domain or active directory in any form.

Google isn't much help, the results suggest I modify the virtual directory

Does anyone have any suggestions?

Best Answer

SSRS 2008 doesn't use IIS to host the folders. SSRS hosts them itself using http.sys. You can connect to the folders and modify the permissions from within the Website if you log on as an admin.

SSRS 2008 doesn't support anonymous login like SSRS 2005 did (which I assume is what you are trying to do).