Hi,
I'm new using controls and finds them very useful for implement web applications .
Recently, I have made a sample web application that use ReportViewer to display a web report.
In Vs2008 every thing is ok and this report display correctly. But when access this report from browser, the report does not work.
i use form authentication and insert httphandler's declaration in both web.config sections:system.web , system.webServer
i have two folder in the sample site : root folder and admin folder with distinct special roles ( Role a for root folder and role b for admin folder ) . Every user should authenticate until can access to resources. Users that can access to Root folder, can use report without any problem, but users which have Role b and access to admin folder, can't run Report.
Does access to Telerik.ReportViewer.axd from admin folder have security challenge?
I want to develop some reports for User that have Role a and some reports for user that have role b, any advice?
I search the entire Reporting Forum, with no luck. May be missing something?
Please help me for solve this problem.
Thank you for taking the time to read this post .