Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 ssrs http://localhost/Reports authentication error

Author  Topic 

weipublic
Starting Member

19 Posts

Posted - 2009-07-30 : 11:15:49
I had installed a default configuration of Reporting Services,
when I typed 'http://localhost/Reports' in URL, I got the 'Authentication Required' pop up.
If anyone does have a clue, please help. Thanks in advance!

weipublic
Starting Member

19 Posts

Posted - 2009-08-06 : 01:39:11
I got solution from other forums, by Melt.

1. Open IIS and expand the Web Sites/Default Web Sites node
2 Right click over the Reports web site defined and bring up the Properties box
3 Click the Directory Security tab - Click the EDIT button for Anonymous Access and Authentication Control
4 Change the account used for anonymous access to your Admin name and password, removing the IUSR_ user. Save and apply changes.
Now I can access http://localhost/reports without being prompted for login details.
Go to Top of Page
   

- Advertisement -