AppPool Permission Issue with Accessing Report Server

前端 未结 6 1222
离开以前
离开以前 2020-12-29 08:34

I have a SQL Server 2008 R2 Report Server running on a Windows 7 machine as well as an ASP.NET application. The ASP.NET application makes requests to the Report Server to di

6条回答
  •  暖寄归人
    2020-12-29 08:45

    As Michal Drozdowicz said, create the AppPool user as a browser role. The part that is missing is

    1. The name of the user (at least on Windows 2012 is 'IIS APPPOOL\pool name' This is the exact name that will appear on the error page. Do not put the quotes around the user name when entered in the permission dialog.
    2. The browser role must be created at the main folder. Of course, if you need the permission at a sub-folder, ensure that the sub-folder is still inheriting permissions or set it manually

提交回复
热议问题