PROXY BYPASS IN BUSINESS INTELLIGENCE DEVELOPMENT STUDIO

  • The Gurus,

    Could someone, please, tell me how to bypass proxy in Business Intelligence Development Studio. I know how to do same with Visual C# express 2010. You just go to web.config file or the app.config file and typed this:

    <system.net>

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

    <proxy autoDetect="True"/>

    </defaultProxy>

    </system.net>

    But I need a location and how to bypass proxy is BIDS.

    I want to pull data from a web API using SQL Server web services task but proxy is not allowing me to authenticate.

    Your help will be highly appreciated.

    Regards,

    Sahoong.

Viewing 0 posts

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