rdlc forms authentication
Hi There,
I have a vs 2005 c# app running on windows xp sp3. I use form authentication for a project and would like to load an rdlc report into a reportview. The report works if I turn off the authentication (just a test), but not with authentication turned on. When I add:
<authorization>
<denyusers="*"/>
</authorization>
to force all users to authenticate, the reporviewer doesn't load. The paging icons aren't found and not report controls render.
I imagine it has something to do with giving the aspnet or iusr some sort of permissions to the control, but I have no idea how.
Any ideas?
Thanks for reading.
Sincerely,
Paul O
|