Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

401 Unauthorized Error when accessing SSRS report from ASP.NET Web App

$
0
0

Hello. Hopefully this is posted in the correct forum. I'm running into a little situation and any assistance would be greatly appreciated.

I just recently created an ASP.NET web app using Visual Studios 2010 Ultimate; VB code. I have a reporting section which utilizes the ReportView control to retrieve SSRS reports from an SSRS report server; using SSRS 2008 R2, created in Visual Studios 2008. Everything works perfectly on my local desktop. The issues come when I post the web app onto our web server and try to access the web app remotely; the server is a Windows 2008 Server R2 Standard using IIS 7.  Using application pool ASP.NET 4.0 Integrated. For authentication, Anonymous Auth is Disabled, ASP.Net Impersonate is Enabled, Basic Auth is Disabled, Digest Auth is Disabled, Forms Auth is disabled, and Windows Auth is enabled.

Accessing the web app on the server itself works as it should as with the SSRS reporting section within the web app. The issue comes when I try to access the web app's URL from a different desktop other than the server. All parts of the webb app works except for the reporting section. I get a "The request failed with HTTP status 401: Unauthorized." In our SSRS report manager server, I made sure that the datasource of the reports had the proper credentials; selected "Credentials stored securely in the report server".

So once again...summed up.. web app on web server cannot access SSRS on a different server. 401 Unauthorized error.

I'm not sure if something in IIS is configured wrong, or what.. any help would be greatly appreciated. Thanks.


Viewing all articles
Browse latest Browse all 10045

Trending Articles