Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

Thanks in advance....

I am developing ASP.NET (.NET 4) application which is being hosted in IIS 7.0 of our test environment(My same pc). I had developed few simple reports in BIDS and have alredy deployed them on Reporting Server. Now, I have included Report Viewer in my application so user can view those reports which are already deployed on Report Server. If I debug the application in my local system, I can view those reports within my application. But when I deploy them in our test web server, whenever anyone (including me) try to access them it gives rsAccessDenied error ... the error message is,

The permissions granted to user IIS APPPOOL\ASP.NET v4.0 are insufficient for performing this operation. (rsAccessDenied)



If anybody have solution please let met know.

Thanks and Regards,
Rajesh kumar U
Posted

1 solution

Hi Rajesh,

Please just test to grant full permission to your folder. Access is denied basically happen when you dont have full priviledges.
 
Share this answer
 
Comments
Rajeshkumar3289 21-Mar-14 0:51am    
Thanks Adam for the reply,

I am new one for this SSRS.
Can you share more details about this and exact path of the folder.
AdamASPGeek 21-Mar-14 1:21am    
Oo.. So you use SSRS? Have you given all permission to your SSRS folder? Please check this tutorial, http://windows2008hosting.asphostportal.com/post/SSRS-2012-Hosting-ASPHostPortal-Permission-in-SSRS-2012.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900