I have a question regarding SSRS authentication. I have deployed my reports on a live server and after I access these reports using the live URL it shows "authentication failed" error. My purpose is that anyone from the universe can access the reports but how can I do that? i.e let everyone access that specific URL to see the reports. I am using SQL Server Authentication here.
It runs fine when I run that application on the local server because it has rights to access the that report but the story starts when I try to access the report placed on the live server.
Thanks in advance