Inserting <identity impersonate="true" /> tag in web.config works well if my web application is running on my local web server. But it fails when I run the web application from a remote web server.
I had to grant Browser permission to the web server account ID at the item-level security of the report. And this works well now.
tnafoo
Member
19 Points
16 Posts
Re: The request failed with HTTP status 401: Unauthorized.
Oct 22, 2007 03:42 AM|LINK
Inserting <identity impersonate="true" /> tag in web.config works well if my web application is running on my local web server. But it fails when I run the web application from a remote web server.
I had to grant Browser permission to the web server account ID at the item-level security of the report. And this works well now.