Please help!
All of sudden, I cannot connect to the reporting services through MS SQL Server management studio. error message is "Failed to access IIS metabase".
As I checked the system:
1. reporting services is working properly (status is "started")
2. cannot access http://localhost/ReportServer$SQL2005 , the same error
3. Run:"C:\>cscript metaacl.vbs IIS://localhost/w3svc", it shows:
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
XP\ASPNET
Access: R E
BUILTIN\Administrators
Access: RWSUED
Everyone
Access: E
XP\VS Developers
Access: RWSUE
XP\ASPNET
Access: R
XP\ASPNET
Access: R
I reinstall IIS and it doesn't work. Please help, thank you so much!

Failed to access IIS metabase???
saterbear
Nicholas Allen
Neha_roy
RobJohno
I think you need to figure out what are the required ACLs. Maybe you can start by giving everybody full access. If that works start reducing the permissions.
BTW, I thought the error message would give you more details about what ACLs are missing, but I could be wrong.
Ben_userdn
Thank you for your reply.
The first answer is no, I cannot access http://localhost/reportserver from IE(The instance of SQL server 2005 is "SQL2005".)
The second answer is yes, I can access IIS' default web page and the other web pages.