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.
Author |
Topic |
ddwalsh
Starting Member
1 Post |
Posted - 2008-11-11 : 10:46:40
|
I have created the virtual directory for Reporting Service (SSRS 2008) using the reporting services configuration manager. Now I can access reports through http://localhost/reportserver or the report manager through http://localhost/reports. However, when accessing these pages, I'm asked to authenticate myself.Having searched through many forums and docs, it seems the simple answer to stop the server from requesting these details is to enable anonymous access on the virtual directory through IIS. However, the virtual directory I created using Reporting Services Configuration Manager doesn't show up in IIS.Any ideas why the virtual directory doesn't appear in IIS? or how I might go about enabling anonymous access in some other way?Thanks. |
|
defiantiger
Starting Member
5 Posts |
Posted - 2008-11-20 : 20:59:56
|
Reporting services 2008 no longer uses IIS for authentication or as a webserver - its all now integrated into SSRS. With this, the anonymous access went as well - you would need to do some code hacking to disable this tho. The best method is to either use ADS, or create users on the machine hosting reporting services. Then, using the administrator access login, you assign access and roles via the Reporting Services site (can't do it in Management Studio anymore).Shout if you need any more advice - its a little different to 2005, but I feel on the whole, more secure. |
|
|
billsinc
Starting Member
4 Posts |
Posted - 2009-02-05 : 17:35:57
|
Would you mind walking me through this? I have a similar problem after an upgrade from 2005. |
|
|
ailango
Starting Member
1 Post |
Posted - 2010-01-08 : 11:15:43
|
Hi,Greets for the Day!!.We are using AD and AD LDS for authenticating and roles and membership provider. We also using report server in our application. We deployed our application. And while we launching Report server from our application it asks for username and password. The application is authenticated by AD. Could you please help me to configure Report server to allow application users to access report viewer too. Thanks, Ilango Aquote: Originally posted by defiantiger Reporting services 2008 no longer uses IIS for authentication or as a webserver - its all now integrated into SSRS. With this, the anonymous access went as well - you would need to do some code hacking to disable this tho. The best method is to either use ADS, or create users on the machine hosting reporting services. Then, using the administrator access login, you assign access and roles via the Reporting Services site (can't do it in Management Studio anymore).Shout if you need any more advice - its a little different to 2005, but I feel on the whole, more secure.
|
|
|
|
|
|
|
|