I am trying to open a page with a report viewer on it and I get
The request failed with HTTP status 401: Unauthorized.
All I am trying to do is view a report on our SQL server remotely. This page works in VS2010 but fails when we try to browse it. Nothing on the MS page tells how to configure a website so it can see a report on the report server.
rossman308
Member
349 Points
119 Posts
View a report on our SQL server remotely
Jan 02, 2012 05:45 PM|LINK
I am trying to open a page with a report viewer on it and I get
The request failed with HTTP status 401: Unauthorized.
All I am trying to do is view a report on our SQL server remotely. This page works in VS2010 but fails when we try to browse it. Nothing on the MS page tells how to configure a website so it can see a report on the report server.
Thanks
<div id="MainReport"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" CssClass="ReportControl" ShowCredentialPrompts="false" ShowParameterPrompts="true" ShowToolBar="true" Font-Size="8pt" InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" BackColor="White" ForeColor="red" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Height="1000px" Width="900px"> <ServerReport ReportPath="/AAA2/QualifiedInfoReport" ReportServerUrl="http://ssi-sql/ReportServerAAA2" /> </rsweb:ReportViewer> </div>