Hard coding impersonation for Web Reports

To configure Web Reports to impersonate a standard Windows user, you must modify the Web.Config file in the FsWebReports folder (typically that is c:\inetpub\wwwroot\FsWebReports).

In this file, you can hard code the user ID and password to be used by Web Reports. The <identity> node can be entered anywhere between the <system.web> and </system.web> tags in the Web.Config file. After making the change, restart IIS.

Syntax

<identity impersonate="true" userName=”<domain>\<userid>”
password=”<text>”/>

Example

<identity impersonate="true" userName="honeymooners\rcramden"
password="alice" />