SSRS through a proxy

  • I have found endless articles online and tried a few different formats of the web.config file but i can not get SSRS authenticating through the proxy.

    </runtime>

    <system.net>

    <defaultProxy enabled="true" useDefaultCredentials="true">

    <proxy bypassonlocal="true" proxyaddress="http://PROXY:PORT"/>

    </defaultProxy>

    </system.net>

    </configuration>

    Is there a way to pass credentials in so we can specify which account to anthenticate with?

Viewing 0 posts

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