Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Credentials are missing in ASP.NET-web-app-sample

Hi Team,   I am recently started using Power BI for my project activities.  I was trying to run the sample code provided at https://github.com/Microsoft/PowerBI-CSharp/tree/master/samples/webforms...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi Eric_Zhang,

     

    The problem has been fixed now :)

    It was because of proxy server used in my organisation.

    Adding below settings to web config did the trick.

     

    <system.net>

    <defaultProxy useDefaultCredentials="true">

    <proxy proxyaddress="yourproxyaddress" bypassonlocal="True"/>

    </defaultProxy>

    </system.net>

     

    Hope this helps some one who might encounter this error in future.

     

    Thanks,

    Vinayak