Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 49672

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

$
0
0

Hi ,

 

The problem has been fixed now Smiley Happy

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

 


Viewing all articles
Browse latest Browse all 49672

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>