SSRS 2008 R2The request failed with HTTP status 401: Unauthorized

  • Hello,

    I have a web application that uses SQL Server Reporting Services 2008 R2 reports. When I deploy my web application on the same machine as the one hosting the reporting services everything works fine. If I host my web application on a different machine. I get The request failed with HTTP status 401: Unauthorized.

    Any help would be highly appreciated.

    Thanks

    Prasad Bhogadi
    www.inforaise.com

  • please help if anybody is aware of this HTTP 401 unauthorized access while connecting ssrs2008 from remote web server...production issue is going on

    would appreaiate the reply

  • If the web app is ASP.NET, are you using Windows authentication and impersonation in your web.config?

    <authentication mode="Windows"/>

    <identity impersonate="true"/>

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply