I have an ASP.net page that shows a report made from MS SQL Server Reporting Services. My problem is, whenever I try to view the report an error always occurs.
Here is the error:
The request failed with HTTP status 401: Unauthorized.
I also noticed that whenever I go to my report manager (http://servername/reports), it always ask for a user name and password.
It seems like it’s an issue regarding permissions in my report server but I’m not sure.
Thanks in advance!