Best practice to persist SSRS web service auth with forms authentication?
i have implemented the forms athentication security extension sample ssrs, noted here: http://msftrsprodsamples.codeplex.com/wikipage?title=ss2008%21security%20extension%20sample&referringtitle=home and here: (we using asp.net sql membership database) http://blogs.msdn.com/bimusings/archive/2005/12/05/using-sql-reporting-services-2005-and-forms-authentication-with-the-whidbey-2-0-sqlmembershipprovider.aspx i have working: sharing auth ticket between our asp.net site , ssrs server, allows user authenticated , authorized correctly when access report. have authentication working for the ssrs web service, , have enabled ssrs web service use cookies. i plan use the ssrs web service list of available reports, since appears api fetch list of available reports, using current user's roles, etc. i changed our asp.net site logon page call logonuser() of ssrs web service. works page, doesn't persist web service authentication on subsequen...