How do I give access to SQL Server 2005 Reports for users outside domain without using FBA.
I've built report using SSRS 2005 and published it on the report server.
The account is able to access the ASP.NET page which has the report control on it.
However the report area is inaccessible and gives 401 error for unauthenticated user.
We used NTLM proxy for this.
http://ntlmaps.sourceforge.net/
The developers did the most of it so I'm at a loss for details however.
Thanks Mo for the answer.
However, we got it fixed by giving access rights to sql server, report manager, report server and report directory to the asp.net application account.