Hi
I am running SQL 2005 Reporting Services on my Web Server. The SQL Database
resides on a seperate Server.
I have configured a reportserver virtual directorty off my web site. When I
access this using http://xxx.com/reportserver I can view all the reports
successfully.
When I try to use the Reportview embedded in a web page located as part of
http://xxx.com to access a report at http://xxx.com/reportserver I receive a
The request failed with HTTP status 401: Unauthorized. error message.
This worked fine in SQL Server 2000 / Reporting Service 2000 but I am now
having problems. I could have sworn this was working OK after upgrading to
Visual Studio 2005 / SQL Server 2005 but a user reported the problem a week
ago and I cant seem to find a solution.
I'm using basic authentication for my web site and my web.config contains
<authentication mode="Windows"/>
<identity impersonate="true"/>
Any help would be more than appreciated.