Hello
I'm using Reporting 2011 vol2. I am using a Silverlight client with server side rendering via a report service.
I am using AspNetSqlMembershipProvider and require that the user is authenticated. Although the user is authenticated using RIA Services AuthenticationService I am finding that on the server, in my report's data source provider, the HttpContext.Current.User is not authenticated and the HttpContext.Current.User.Identity.Name is null.
Any ideas how I can get this working with AspNetSqlMembershipProvider? How can i provide authentication credentials to the report service?
Thanks again
Kevin
Hi Kevin,
Apologies for the delayed response, this is a limitation in 11.2 in the way requests are sent to the server on Silverlight. This specific problem was fixed in 12.1, can you upgrade to 12.1?
Regards,Héctor
Anybody?