View a report on our SQL server remotelyhttp://forums.asp.net/t/1755065.aspx/1?View+a+report+on+our+SQL+server+remotelyTue, 03 Jan 2012 13:39:42 -050017550654760471http://forums.asp.net/p/1755065/4760471.aspx/1?View+a+report+on+our+SQL+server+remotelyView a report on our SQL server remotely <p>I am trying to open a page with a report viewer on it and I get</p> <p>The request failed with HTTP status 401: Unauthorized.</p> <p>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.</p> <p>Thanks</p> <p></p> <pre class="prettyprint">&lt;div id=&quot;MainReport&quot;&gt; &lt;asp:ScriptManager ID=&quot;ScriptManager1&quot; runat=&quot;server&quot;&gt; &lt;/asp:ScriptManager&gt; &lt;rsweb:ReportViewer ID=&quot;ReportViewer1&quot; runat=&quot;server&quot; Font-Names=&quot;Verdana&quot; CssClass=&quot;ReportControl&quot; ShowCredentialPrompts=&quot;false&quot; ShowParameterPrompts=&quot;true&quot; ShowToolBar=&quot;true&quot; Font-Size=&quot;8pt&quot; InteractiveDeviceInfos=&quot;(Collection)&quot; ProcessingMode=&quot;Remote&quot; BackColor=&quot;White&quot; ForeColor=&quot;red&quot; WaitMessageFont-Names=&quot;Verdana&quot; WaitMessageFont-Size=&quot;14pt&quot; Height=&quot;1000px&quot; Width=&quot;900px&quot;&gt; &lt;ServerReport ReportPath=&quot;/AAA2/QualifiedInfoReport&quot; ReportServerUrl=&quot;http://ssi-sql/ReportServerAAA2&quot; /&gt; &lt;/rsweb:ReportViewer&gt; &lt;/div&gt;</pre> 2012-01-02T17:45:02-05:004760873http://forums.asp.net/p/1755065/4760873.aspx/1?Re+View+a+report+on+our+SQL+server+remotelyRe: View a report on our SQL server remotely <p>Rossman,</p> <p>Did you pass the credentials &nbsp;to the report viewer ? if not, please pass on the credentials to report server.</p> <p>Refer this :</p> <p><a href="http://srikanthkasturi.webs.com/apps/blog/entries/show/8662369-ssrs-reports-with-net">http://srikanthkasturi.webs.com/apps/blog/entries/show/8662369-ssrs-reports-with-net</a></p> 2012-01-03T03:45:38-05:004761779http://forums.asp.net/p/1755065/4761779.aspx/1?Re+View+a+report+on+our+SQL+server+remotelyRe: View a report on our SQL server remotely <p>Hi,</p> <p>like Srikanth said your problem should be the credentials. This <a href="http://stackoverflow.com/questions/2067976/using-ssrs-with-asp-net-reportviewer"> thread</a> might help you.</p> 2012-01-03T10:58:08-05:004762053http://forums.asp.net/p/1755065/4762053.aspx/1?Re+View+a+report+on+our+SQL+server+remotelyRe: View a report on our SQL server remotely <p>I have looked for this solution for three days. For all of<br> the articles that tell you how to drop a report viewer control into and ASP.net<br> page none even mention the necessary relationship&nbsp; between ProcessingMode=&quot;Remote and the<br> authentication issue or&nbsp; how to&nbsp; resolve it.</p> <p>Both of you gentle men are incredibly brilliant and I thank you<br> for your help.</p> <p>Happy New Year!</p> <p>Ross</p> 2012-01-03T13:39:42-05:00