AppPool Permission Issue with Accessing Report Server

前端 未结 6 1196
离开以前
离开以前 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:50

    Another solution as mreyeros put it in the comment is to give the Browser permission to the IIS APPPOOL\DefaultAppPool user in Report Manager.

    To do that you should open the Report Manager website (http:///Reports) in Home folder click Folder Settings -> Security, click New Role Assignment and input the IIS APPPOOL\DefaultAppPool as name, select permissions from the list.

提交回复
热议问题