double authentication issue on IIS / Report Server (SQL server 2008)

Posted by Vinzz on Stack Overflow See other posts from Stack Overflow or by Vinzz
Published on 2010-03-12T13:58:14Z Indexed on 2010/03/12 14:27 UTC
Read the original article Hit count: 216

Filed under:
|
|

Hi,

On a 2003 server box, with SQL server 2008 installed (ReportServer deployed in IIS mode), I've got a virtual directory within IIS with it's security set to 'windows authentication', with the following html code:

<body>
<h1>test</h1>
<iframe src="/reportserver" witdh="50%" height="50%" />
</body>

From the outside, I've got a first login/pwd box displayed to access the html code, then a second one to display the content of the iframe.

On the same type of server, but with SQL Server 2005, I don't have this issue (i.e. only one login box).

My thought is that the first token should give acces to both the page and the iframe, isn't it?

Any hints on how to setup the reportserver to fix this?

thanks.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about reportserver