URL Access Login required

  • I am trying to access SSRS from an ASP .NET Web Application using URL Access and this works fine under my login, because I have admin rights.

    I need to perform a HOP from the Web Application Server to the SSRS Report Server without Intranet users being prompted for a password.

    The users are accessing our Servers from a domain under one netuser account that the application uses and this works fine. Our Servers are in a WORKGROUP physically attached to the domain, but not a part of it.

    It was suggested that I use this in the WebConfig of the SSRS on the Reporting Services server, but it does not work:

    <authorization>

    <deny users="?" />

    <allow users="*" />

    </authorization>

    I believe it is Windows authentication to the Server where Reporting Services is, because it is a Windows prompt with the Server Name and if I use a Windows acount that was created the login works.

    HOW can I bypass the need for this login.

    Thank you

    The Wall

    The Wall

  • hi,

    Hope the permission is available for the reports.

    kindly give permission for a common domain user by which all users will get added by default, give read access to it.

    get it from your IT server team.

    thanks

    Regards
    Durai Nagarajan

  • At present, permissions have been given to the Network Services account and All Users. The problem is the Servers are in a WORKGROUP and not a member of the same domain as the users.

    Is there actually a way to give permissions to a specific Domain?

    Thank you,

    The Wall

  • Hi,

    Kindly check the permission you have given in the reports.

    This is the common user group in my company DomainName\Domain Users

    just check this for all domains, if it is not wroking contact your server team for this kind of group for all the domain users and for all domains (who have to get access to the reports)

    Network service for all user wont help. as all user may not be member for the server or domain.

    Hope this helps.

    Regards
    Durai Nagarajan

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

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