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 |
|
fh200300us
Starting Member
28 Posts |
Posted - 2008-05-01 : 08:45:01
|
| Hi,I have a problem when accessing the reports in SSRS 2005. I have set up several security roles for Domain Users,BUILTIN\Administrators for the main folder and the reports in this folder inherited the roles. And I created a ASP.Net application there is a button to link to these reports using URL Access method. But the SSRS 2005 alaways pop up a window to authentication. After I input user name and password and the reports can run. Is any one know why to get rid of the authentication page. Thanks in advance.Jack |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-05-06 : 08:28:39
|
| Are you going cross platform or cross domain? Are the users on the domain when running their reports or do your network admins hide userids when IE is opened?There can be many reasons for this issue. Please could you have a look into the IE settings and have a word with your network admins to ssee if they know of anything that would cause this issue. |
 |
|
|
fh200300us
Starting Member
28 Posts |
Posted - 2008-05-15 : 11:29:31
|
| Thanks RickDI think I found the answer for ASP.NET cookbook "Windows authentication, the client browser, IIS, and Windows perform many functions behind the scenes. If you access the application from the same machine or from a machine in the same domain, you may not be prompted to enter your username and password. This is caused by the browser automatically sending your credentials when the challenge is issued by IIS. Whether or not this happens is a function of the requested URL, how IIS is configured, and how your browser is configured. The details of this configuration are beyond the scope of this book. If you're interested in this topic, consult your network administrator, who will probably know all the fine points." |
 |
|
|
|
|
|