Hi All, Anyone ever tried to use ASP.NET Membership for SSRS Authentication and Authorization? I have tried this sample. http://blogs.msdn.com/bimusings/archive/2005/12/05/500195.aspx http://www.devx.com/dotnet/Article/27133 The authentication is ok. But the authorization is always false >.< Anyone know how to? Mind to share. Thanks.
HI, Please check the below links. hope it will help you. 1. http://msdn.microsoft.com/en-us/library/ms152899.aspx 2. http://msdn.microsoft.com/en-us/library/ms152800.aspx 3. http://www.odetocode.com/Articles/216.aspx You may check this post too. 1. http://stackoverflow.com/questions/538894/ssrs-2005-configuring-user-authentication-authorization Thank you, Sandy.